vietjet / iphonefrotz

Automatically exported from code.google.com/p/iphonefrotz
Other
0 stars 0 forks source link

Unicode #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently playing a game (Aotearoa) that uses Unicode to display Polynesian 
characters.  Frotz on the ipad doesn't display them appropriately, shows up as 
text with a '?' in the place of the Polynesian character.  Spoke to the game 
author and he looked over the text settings and such and said that its the 
interpreter not correctly reading the Unicode characters. 

Original issue reported on code.google.com by uranium...@gmail.com on 15 Mar 2011 at 2:25

GoogleCodeExporter commented 9 years ago
Unicode support has been improved in 1.5.3
Aoteaoroa now displays Polynesian characters correctly.
(One exception is that the accents are not printed in fixed width fonts, such 
as in the status bar.  I have to do my own rendering because the 'easy' API for 
text does not actually display fixed width fonts reliably fixed-width.  I need 
to drop support for iOS 3 and use iOS 4 Core Text APIs to be able to render 
non-Latin1 fonts correctly.  I plan to do this in 1.6.)

Original comment by spath...@gmail.com on 9 Jun 2011 at 11:39

GoogleCodeExporter commented 9 years ago

Original comment by spath...@gmail.com on 9 Jun 2011 at 11:39