I want to display some phonetic signs on the touchscreen-display. Some signs are displayed succesfully, e.g.: - [ә] = U+0259 or - [œ] = U+00E6
But some signs are not displayed, e.g.: - [ʃ] = U+0283 and - [ɔ] = U+0254 The problem appear with the emulator as well as with the original smartphone. I copied the signs (with the clipboard) from the URL: http://de.wikipedia.org/wiki/Liste_der_IPA-Zeichen I also tried to substitute the signs with the Unicode character sequence, e.g.: myCanvas.drawText("\u0283", ...); But it doesn't work too. I tried to change the Eclipse-default-charset: Eclipse 3.6.1 / Window / Preferences / Workspace / Default (CP1252) to 'UTF16' but eclipse told me problems with assigning the 'R'- Resources! Please, what's the right way to solve the problem? Greetings from Germany Ulrich Althoefer -- 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

