I trying to write a tag that transform the content, it works well on W2K
, but when I try to run it on the Linux box, it happen to encoding problem.
I have to use new String(origion_str.getBytes("8859_1"), "Big5") again to fix it
My default-charset = Big5 , the only different between W2K and Linux is
the system's default locale. I think the body content's encoding should be the
default-charset define in the orion-web.xml, right? but it doesn't work.
I comes from Taiwain,
Orion seems have much i18n bug, hope Orion team can help me to fix it.
Regards.,
Jen Hsien Huang