amiz wrote: > Is there a document that lists the range of unicode codes that > Android supports. > > I am trying to display superscript 9 is \u2079 in a string and I get > a block in the emulator. > > Superscript 3 which is \u00b3 works
Try examining the desktop version of whichever font you are using in a font editor or "character map" sort of tool. You can download the TrueType fonts for Droid Sans, Droid Serif, and Droid Sans Mono from various places online, depending on your development platform. Assuming the fonts in the firmware match the TrueType fonts, you will be able to tell that way which glyphs are supported. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 1.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

