SGMLParser eats ä etc

From: Anders Eriksson (ameLista_at_telia.com)
Date: 11/29/03


Date: Sat, 29 Nov 2003 21:31:38 GMT

Hello!

I'm using smgllib (ActivePython 2.3.2, build 230) and I have some trouble
with letters that has been coded, e.g. the letter å is coded å ä is
coded ä and ö is coded ö all according to the html standard.

I use the SGMLParser and when I feed method all the coded letter will be
stripped/eaten.

Why?
How do I fix this?

// Anders