RE: query about application resource and charset

2006-03-16 Thread Roy, Ansuman
yes... £ symbol -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Thursday, March 16, 2006 2:49 PM To: Struts Users Mailing List Subject: Re: query about application resource and charset Roy, Ansuman ha scritto: > Thanks Antonio, > that solved the problem.

Re: query about application resource and charset

2006-03-16 Thread Antonio Petrelli
Roy, Ansuman ha scritto: Thanks Antonio, that solved the problem. I used java.util.Properties so now the special characters are not coming by the way, what if I try to put russian characters or use non ascii characters in my keys?? You'll find a lot of \u, not very readable ;-) What I c

RE: query about application resource and charset

2006-03-15 Thread Roy, Ansuman
Pound symbol regards, Roy -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 6:17 PM To: Struts Users Mailing List Subject: Re: query about application resource and charset Roy, Ansuman ha scritto: > I parse through the xml and using i

Re: query about application resource and charset

2006-03-15 Thread Antonio Petrelli
Roy, Ansuman ha scritto: I parse through the xml and using io i write it into a .properties file I think instead of java io i should use java.util's property class is it?? Yes, java.util.Properties. ".properties" files must be ASCII 7-bit, the "Properties" class takes all the burden of encod

RE: query about application resource and charset

2006-03-15 Thread Roy, Ansuman
tonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 5:33 PM To: Struts Users Mailing List Subject: Re: query about application resource and charset Roy, Ansuman ha scritto: > But the struts application uses bean tags every where so I have to generate > the property file >

Re: query about application resource and charset

2006-03-15 Thread Antonio Petrelli
Roy, Ansuman ha scritto: But the struts application uses bean tags every where so I have to generate the property file How do you generate this file then? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: query about application resource and charset

2006-03-15 Thread Roy, Ansuman
- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 4:32 PM To: Struts Users Mailing List Subject: Re: query about application resource and charset Roy, Ansuman ha scritto: > Hi, > I have a content management system that generates the application > resources.prope

Re: query about application resource and charset

2006-03-15 Thread Antonio Petrelli
Roy, Ansuman ha scritto: Hi, I have a content management system that generates the application resources.properties file. Now the value of many keys are found to be of filled with  keys. File .properties MUST have escape codes for special characters (i.e. \u codes). This is the default beh