Re: utf-8 resource files in struts

2007-05-01 Thread Laurie Harper
zkn wrote: On 01.05.2007, at 17:01, Christopher Schultz wrote: It used to be that all .properties files had to be in ISO-8859-1 form, with escape sequences for non-Latin characters. ... But why do you say "had to be"? Is there other way to do it? Or may be just I didn't understand you. We t

Re: utf-8 resource files in struts

2007-05-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ozkan, zkn wrote: > Thanks, that worked. > > But why do you say "had to be"? Is there other way to do it? Or may be > just I didn't understand you. Sorry for the confusion. I started that message before I did a bit of research and confirmed that it

Re: utf-8 resource files in struts

2007-05-01 Thread Patrick J. Maloney
I found something nice about JBuilder (version 2006, anyway): If you paste cyrillic into a .props file and then save it, it will escape it for you (you don't see it until you reopen the file). Then, you just need to put UTF-8 in the HTML file.

Re: utf-8 resource files in struts

2007-05-01 Thread zkn
is email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "zkn" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, May 01, 2

Re: utf-8 resource files in struts

2007-05-01 Thread zkn
On 01.05.2007, at 17:01, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ozkan, zkn wrote: I'm trying to make a simple application that will support multiple languages. It works fine when I add two latin resource files for example _en and _fr. But when I try to ad

Re: utf-8 resource files in struts

2007-05-01 Thread Martin Gainty
> To: "Struts Users Mailing List" Sent: Tuesday, May 01, 2007 9:28 AM Subject: utf-8 resource files in struts Hello, I'm trying to make a simple application that will support multiple languages. It works fine when I add two latin resource files for example _en and _fr. B

Re: utf-8 resource files in struts

2007-05-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ozkan, zkn wrote: > I'm trying to make a simple application that will support multiple > languages. It works fine when I add two latin resource files for example > _en and _fr. > But when I try to add _bg (Bulgarian, cyrillic) file which is saved as >

utf-8 resource files in struts

2007-05-01 Thread zkn
Hello, I'm trying to make a simple application that will support multiple languages. It works fine when I add two latin resource files for example _en and _fr. But when I try to add _bg (Bulgarian, cyrillic) file which is saved as utf-8 the text is not correctly displayed on the site. I h