is JRE internationalized?
Is it possible to know with Syste开发者_开发问答m.getParameter is the installed JRE is internationalized or not?
Andrew
As far as I know, the difference between the english-only JRE and the internationalized only concerns the availability of Locale-specific data, used for example for TimeZone, Calendar, NumberFormat, DateFormat, message strings and such.
This should have no influence on the character encodings used for your files.
精彩评论