From: <La...@gm...> - 2006-07-03 14:19:08
|
> I guess you mean characters, rather than keys. Yes I mean Characters. >I also think you need to be more specific about what is happening. >What encoding is the XTM file in? What encoding is declared at the >top of the file? And what TMAPI implementation are you using? For the encoding of the XML file I use the serialize Method of the TMAPI-utils. There I know no possibility to change the encoding. The encoding in the top of the file is declared as ISO-8859-1. And I use two different TMAPI implementations. First I use tm4j and second I use OKS. But the result is the same by both engines. On the windows system java uses the following encoding: file.encoding=Cp1252 sun.jnu.encoding=Cp1252 on the linux system the following encoding is used: sun.jnu.encoding=UTF-8 file.encoding=UTF-8 Best regards, Lars |