You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xerces.apache.org by Juergen Hermann <jh...@webde-ag.de> on 2000/03/27 13:55:34 UTC

Problems with Latin-1 chars

Hi!

I have the following problem using the xerces-c_1_1_0-linux binary distribution:

> DOMPrint umlaut.xml
<?xml version='1.0' encoding='ISO-8859-1' ?>
<umlaut>
  &quot;&quot;
</umlaut>
> cat umlaut.xml
<?xml version="1.0" encoding="ISO-8859-1"?>
<umlaut>
  "äöüÄÖÜß"
</umlaut>

Note the missing umlauts. I have the same effect in my code, and everything 
works fine on Win32.


Ciao, Jürgen

--
Jürgen Hermann (jhe@webde-ag.de)
WEB.DE AG, Amalienbadstr.41, D-76227 Karlsruhe
Tel.: 0721/94329-0, Fax: 0721/94329-22