Re: i18n Struts Jco Code in Tomcat on Windows English and Polish System

2008-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raghuveer, Raghuveer wrote: | strConvertedMessage = new String(strText.getBytes("UTF8"), "UTF8"); Note that this is the same as: strConvertedMessage = strText; ... and not even worth executing. - -chris -BEGIN PGP SIGNATURE- Version: GnuP

Re: i18n Struts Jco Code in Tomcat on Windows English and Polish System

2008-05-23 Thread Dirk Weigenand
mcat Users List\'" > Betreff: i18n Struts Jco Code in Tomcat on Windows English and Polish System > > > I am working on Struts ,SAP-JCO . > > This is i18n application running on Tomcat. > > > > I have designed my application in UTF8 charset. >

i18n Struts Jco Code in Tomcat on Windows English and Polish System

2008-05-23 Thread Raghuveer
I am working on Struts ,SAP-JCO . This is i18n application running on Tomcat. I have designed my application in UTF8 charset. When Saving the polish characters from application they are saved into SAP Database properly. Before Saving i am doing following String modifications. The s