Re: write html-headers (utf-8)

2005-05-30 Thread Kent Johnson
db wrote: > Hello all, > > I hope this is the correct newsgroup for this question. > > Does anybody know how I can write a html-header with python(cgi)? > The problem is, I have a few html templates in which I have a header e.g: > > "http://www.w3.org/TR/html4/strict.dtd";> > > > If you ar

Re: write html-headers (utf-8)

2005-05-30 Thread Benjamin Niemann
db wrote: > Hello all, > > I hope this is the correct newsgroup for this question. > > Does anybody know how I can write a html-header with python(cgi)? > The problem is, I have a few html templates in which I have a header e.g: > > "http://www.w3.org/TR/html4/strict.dtd";> > > > > In this

Re: write html-headers (utf-8)

2005-05-30 Thread "Martin v. Löwis"
db wrote: > In this template I write a few Mysql variables. > Those variable often have german characters. This characters (Gösing in > stead of Gösing). The german characters in the html template are shown > correctly. The problem is then with these variables: apparently, the Mysql variables ar