Re: Encoding and norwegian (non ASCII) characters.

2006-10-08 Thread Paul Boddie
[EMAIL PROTECTED] wrote: > > I am having great problems writing norwegian characters æøå to file > from a python application. My (simplified) scenario is as follows: > > 1. I have a web form where the user can enter his name. > > 2. I use the cgi module module to get to the input from the user: >

Re: Encoding and norwegian (non ASCII) characters.

2006-10-07 Thread Peter Otten
[EMAIL PROTECTED] wrote: > Hello, > > I am having great problems writing norwegian characters æøå to file > from a python application. My (simplified) scenario is as follows: > > 1. I have a web form where the user can enter his name. > > 2. I use the cgi module module to get to the input from

Encoding and norwegian (non ASCII) characters.

2006-10-07 Thread joakim . hove
Hello, I am having great problems writing norwegian characters æøå to file from a python application. My (simplified) scenario is as follows: 1. I have a web form where the user can enter his name. 2. I use the cgi module module to get to the input from the user: name = form["name"]