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>
> 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.
> 
> When Saving the polish characters from application they are saved into SAP
> Database properly.
> 
>  
> 
> Before Saving i am doing following String modifications.
> 
>  
> 
> The same code doesn't work on Tomcat Server on Windows English System.Here
> the Polish characters( aeclónszz ) are saved as #########.
> 
>  
> 
> What would be cause for this.
> 
> What changes i need to do in my code to work on both English And Polish
> Windows (Tomcat Server)
> 
> -------------------- 
> 
>  
> 
> strConvertedMessage = new String(strText.getBytes("UTF8"), "UTF8");
> 
>  
> 
> inputTable.setValue(strConvertedMessage,"TABLENAME");
> 

-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to