Is it possible to know with System.getParameter is the installed JRE is internationalized or not?
Andrew
Is it possible to know with System.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.