Re: native2ascii

2005-06-26 Thread haim
If you are using eclipse may I suggest the following http://propedit.sourceforge.jp/index_en.html Made my life a lot easer EROL TEZCAN wrote: Very Thanks Paul !! Now it works fine. I opened the old properties file, and saved it as UTF-8, and then run same native2ascii command. It encode

Re: native2ascii

2005-06-24 Thread EROL TEZCAN
Very Thanks Paul !! Now it works fine. I opened the old properties file, and saved it as UTF-8, and then run same native2ascii command. It encode all Turkish chars to right UTF-8 chars. Thanks again, Erol Paul Moody <[EMAIL PROTECTED]> wrote: Below is my understanding of the soluti

Re: native2ascii

2005-06-24 Thread Paul Moody
notepad and when saving choose the UTF-8 format). - you run the native2ascii to convert the UTF-8 strings into the required format with the strange looking things like \ufffd (or whatever). Don't worry, this is what is needed for the property files used by struts. - your JSPs should h

Re: native2ascii

2005-06-24 Thread EROL TEZCAN
ot; Sent: Friday, June 24, 2005 11:57 AM Subject: native2ascii > Hi, > > In my application, I want to create ApplicationResources_tr.properties file for Turkish using native2ascii > > For this , I am using > > native2ascii -encoding UTF-8 ApplicationResources_tr_old.properties

Re: native2ascii

2005-06-24 Thread Jana Parvanova
This should be Ok. Have you tried using the processed files? - Original Message - From: "EROL TEZCAN" <[EMAIL PROTECTED]> To: "sturts_apache_user sturts_apache_user" Sent: Friday, June 24, 2005 11:57 AM Subject: native2ascii > Hi, > >

native2ascii

2005-06-24 Thread EROL TEZCAN
Hi, In my application, I want to create ApplicationResources_tr.properties file for Turkish using native2ascii For this , I am using native2ascii -encoding UTF-8 ApplicationResources_tr_old.properties ApplicationResources_tr.properties command from dos prompt. But this process