[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:
>
[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
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"]