Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
CSSDK - character encoding
kmu
Hi,
We're having troubles with Greek character encoding using a setup of TS 6.5 SP2 and CSSDK 2.5.0. A Java application is supposed to add content and extended attributes into TeamSite. While this basically works fine, we have problems with Greek characters not being encoded correctly. This is particularly interesting as UTF-8 is correctly set on both sides - or I have not seen how to configure this for CS... ?
Has anyone faced the same issue and can me give a clue where to search for a solution? Any help on this is highly appreciated!
--- Klaus
Find more posts tagged with
Comments
kmu
I'ld like to add, that there is nothing special about the 'Greek' think - it could as well say 'multibyte characters'.
Bill Klish
How are you reading and writing content back into files via CS SDK? You need to specify the encoding on the input and output streams as UTF-8 for it to remain that way.
Can you paste in how you are reading/writing in java. That might give people some better ideas for what could be going wrong.