how to change encoding

Hi thereI want to create both English and Chinese property files by using i18n. However, the default encoding set is ISO-8859-1, which does not include Chinese. If I use GBK, then it won't include English. Does anyone know how to configure them?CheersMing
[284 byte] By [weiming514a] at [2007-11-26 13:29:49]
# 1
You should read the lengthy documentation of java.util.ResourceBundle class and its subclasses.
hiwaa at 2007-7-7 20:34:43 > top of Java-index,Java Essentials,Java Programming...