BOA and non-ascii characters

Mikael Lexén mikael.lexen at spam.no.volvo.com
Thu Mar 20 04:46:52 EST 2003


Tracker wrote:

> On Thu, 20 Mar 2003 09:06:39 +0100, Harald Massa
> <cpl.19.ghum at spamgourmet.com> wrote:
>
> >If you are using a unicode build of Python, maybe it helps if you edit your
>
> I am using the lastest available Active Python 2.2 build 224, the
> latest (I've just upgraded it) CVS version of Boa and
> wxPythonWIN32-2.4.0.6u-Py22
>
> >       site.py
> >
> >somewhere there is
> >
> >encoding="ASCII"
>
> Where is it?? I can find no such string at all. :(
>

It's in the file site.py located in the Lib directory in your python
installation.

/Mikael



>
> >Try to change it to
> >
> >encoding="UTF-8"
>
> Is this "encoding" a attribute of any class, a global variable, or
> what? I try to add some non-ascii characters to
> boa/examples/Notebook*.* but without results. :(








More information about the Python-list mailing list