开发者

is JRE internationalized?

开发者 https://www.devze.com 2023-02-24 06:15 出处:网络
Is it possible to know with Syste开发者_开发问答m.getParameter is the installed JRE is internationalized or not?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消