Re: XML international characters

2006-03-10 Thread Martin v. Löwis
Andreas R. wrote: > When parsing XML documents containing international characters, such as > the Norwegian characters Æ, Ø, Å, I get an exception in Python's SAX > module. What is the correct way to parse such characters in Python? I've > searched for methods to somehow escape the characters, with

XML international characters

2006-03-10 Thread Andreas R.
Hello, When parsing XML documents containing international characters, such as the Norwegian characters Æ, Ø, Å, I get an exception in Python's SAX module. What is the correct way to parse such characters in Python? I've searched for methods to somehow escape the characters, without any luck s