Closed GoogleCodeExporter closed 9 years ago
I'll handle this one.
Original comment by reltham
on 4 Feb 2012 at 5:04
Changed to High Priority.
Original comment by reltham
on 4 Feb 2012 at 5:04
The compiler itself only accepts what it calls PASCII. The wrapper code
converts the unicode into PASCII by remapping the characters it "cares" about
into the range 0 to 255. That's why the $20AC becomes $A4. My wrapper code was
incorrectly using a signed word during the remapping. The fix will be in soon.
Original comment by reltham
on 4 Feb 2012 at 6:23
> The compiler itself only accepts what it calls PASCII ...
Fair enough. As long as it's consistent.
Original comment by marko.lu...@kyi.biglobe.ne.jp
on 4 Feb 2012 at 7:04
This issue was closed by revision r31.
Original comment by reltham
on 6 Feb 2012 at 4:44
Original issue reported on code.google.com by
marko.lu...@kyi.biglobe.ne.jp
on 2 Feb 2012 at 12:20Attachments: