Hugo Gonzalez M wrote:
>  >> I tried with unicode strings, but nothing. It says : unsoported 
> characters
>  >>
>
> They are supported. Are you using them literally in your code? Anything 
> other than ASCII or Latin-1 needs to be declared explicitly at the start 
> of the source code file.
>
> Maybe you can use UTF-8 encoding.
>
> See:
> http://www.python.org/dev/peps/pep-0263/
>
> Hugo
>
>   
Thanks man its working with UTF-8 encoding
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to