QUOTE(ludo @ Mar 13 2006, 05:29 PM)
Thanks to Meanie' s help I have now babbletower runing succesfully on blakdown j2se.1.3).
The only last issue I have is that the japanese and chinese are displayed with question marks. I think it is a problem with the font.property file, located in
mnt/xqt/java/jre1.3.1/lib.
Do you know what to set to get the japanese and chinese displayed all right?
In
http://java.sun.com/j2se/1.3/docs/guide/intl/fontprop.htmlit is said that to get the display in a given language, you need to rename the font.propertie.language to font.propertie
So for example:
rename font.propertie.jp to font.propertie
But then what will happen to the chinese?
After this I will be busy working on the dictionaries, so I doubt I will bother you anymore.
Thanks for any help
Ludo
What they really meant was that font.properties contains the definitions for what font and encodings is used by default. The other files contain sample definitions to change the default to the various languages, ie renaming fonts.properties.ja to fonts.properties would make japanese the defaultt, however, you can also combine all the font properties files into one huge font.properties which contains definitions for every language. This obviously would make java load all the possible fonts and hence use up a lot of more memory and be slower, thus they decided to have a sample file for each language so to minimise resource consumption and load speed. You can customise font.properties to load several languages, ie combine en, ja and cn into one font.properties. unfortunately, this would make the Zaurus load java even slower than it already does and consume even more scare memory.