From: Lars M. G. <la...@ga...> - 2006-06-30 08:17:34
|
* Lars B=FCnten > > I have some problems when I use the XTMParser for importing a topic =20= > map. If > I use this util on a windows system, everything works fine, but on =20 > the linux > system the util have problems with special keys like =E4, =F6, =FC = (umlaut). I guess you mean characters, rather than keys. I also think you need to be more specific about what is happening. =20 What encoding is the XTM file in? What encoding is declared at the =20 top of the file? And what TMAPI implementation are you using? I'm guessing that the problem is that the TMAPI implementation =20 creates a Java Reader class for the XTM file, instead of leaving this =20= to the XML parser, which is just wrong, wrong, wrong. In theory it =20 could be a bug in the XML parser that's being used, but that's very =20 unlikely. It's hard to know for sure without more information. -- Lars Marius Garshol, Ontopian http://www.ontopia.net +47 98 21 55 50 http://www.garshol.priv.no |