|
| Hi, everyone!
I am using IBM WebSphere Application Server 5.0 and Red Hat Linux 7.3. After deploying an application successfully on Windows platform (Windows 2000 server and IBM WebSphere Application Server 5.0), I try to deploy the same .ear file on my Linux box.
But I meet with the following troubles, some functions of my application is not working properly. Some experts say that it is due to the charset configuration. Because I use GBK as my default charset of my application, and on Chinese version Windows machi
ne, the OS default charset is GBK, and at the same time, the OS default charset on Linux box is ISO8859. So the default charset on Linux box is conflicting with the default charset of my application. I also find the when using plain ASCII chars, my applic
ation runs properly on Linux box. But when I mix ASCII chars and GBK chars, my application meets with some defects.
So, are there some traditional solutions about charset problem of IBM WebSphere Application Server 5.0 on Linux platform?
Thanks in advance,
Geo
|
|