Re: MessageResources native to ascii conversion

2004-10-22 Thread Craig McClanahan
Struts uses java.util.ResourceBundle instances inside it's MessageResources implementation. In particular, the most common mechanism is to implicitly use PropertyResourceBundle instances that take a properties file and turn it into a ResourceBundle. Therefore, you must follow all the rules descri

MessageResources native to ascii conversion

2004-10-22 Thread Kumar V Kadiyala
Hi, I have a struts based application which supports several locales (italian, french, korean etc). There are different .properties files to accomplish this. The respective .properties files of each language were translated recently. When I bring up the app in Korean, it seems like the strings