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

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

2008-05-23 Thread Dirk Weigenand
Take care that the SAP side is also capable of UTF-8. Your basis team might have to do a unicode migration first. regards Dirk Original-Nachricht Datum: Fri, 23 May 2008 16:22:08 +0530 Von: Raghuveer [EMAIL PROTECTED] An: \'Tomcat Users List\' users@tomcat.apache.org

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: GnuPG