-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
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.
>
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