Hi,
when user enters text into TextField in MIDlet, there are usually blocked extended characters from keyboard. However, user can start to use the T9 dictionary in his national version and in that moment the extended national characters (e.g.characters from ISO-8859-2) can appear in the TextField. Is there any way to recognize in MIDlet, what encoding (code page) or Dictionary is used?
Thanks
PV



; which returns the locale (language setting) in use as a String. To get the encoding in use, call java.lang.System.getProperty("microedition.encoding"

