BOA and non-ascii characters

Harald Massa cpl.19.ghum at spamgourmet.com
Thu Mar 20 03:06:39 EST 2003


> I found, BOA cannot use non-ascii characters in source code. It is a
> nonsense. :(

If you are using a unicode build of Python, maybe it helps if you edit your

    	site.py

somewhere there is 

encoding="ASCII"

Try to change it to

encoding="UTF-8"


I ran into similiar problems with PyCrust, the great Python shell, and 
solved them this way.

Good look

Harald    	




More information about the Python-list mailing list