Kunal Parmar

Results 3 comments of Kunal Parmar

When I build on OS X 10.9 with the change suggested by @gdonelli , it works fine. But when I build on OS X 10.8.5, I still get the crash....

@gdonelli, @bafnaparag: I had a setup issue; this works! The comment for line 240 says - "increase the stack, since we're simulating a CALL instruction, which normally pushes return address...

@Boldewyn the goal for rotunicode is make it easy to catch problems with non-ASCII characters. The current [rot_unicode_alphabet](https://github.com/box/rotunicode/blob/master/rotunicode/rotunicode.py#L30) was chosen to resemble the corresponding ASCII characters for better readability. The...