Re: Encoding DeprecationWarning

2007-08-04 Thread Carsten Haese
On Sat, 2007-08-04 at 15:52 -0700, [EMAIL PROTECTED] wrote: > On Aug 4, 11:43 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > >>> from wt.lib.misc_lists import all_countries > > > > __console__:1: DeprecationWarning: Non-ASCII character '\xc3' in file / > > Django/wt/../wt/lib/misc_lists.py

Re: Encoding DeprecationWarning

2007-08-04 Thread [EMAIL PROTECTED]
On Aug 4, 11:43 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > >>> from wt.lib.misc_lists import all_countries > > __console__:1: DeprecationWarning: Non-ASCII character '\xc3' in file / > Django/wt/../wt/lib/misc_lists.py on line 141, but no encoding > declared; seehttp://www.python.org/peps

Re: Encoding DeprecationWarning

2007-08-04 Thread [EMAIL PROTECTED]
>>> from wt.lib.misc_lists import all_countries __console__:1: DeprecationWarning: Non-ASCII character '\xc3' in file / Django/wt/../wt/lib/misc_lists.py on line 141, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details -- http://mail.python.org/mailman/listinfo/pyth

Re: Encoding DeprecationWarning

2007-08-04 Thread Carsten Haese
On Sat, 2007-08-04 at 12:07 -0700, [EMAIL PROTECTED] wrote: > Hey There, > > Sorry if I am missing something here, but I get a DeprecationWarning > when importing a list which has some unicode characters in it Please copy and paste the full text of the warning. -- Carsten Haese http://informixd

Encoding DeprecationWarning

2007-08-04 Thread [EMAIL PROTECTED]
Hey There, Sorry if I am missing something here, but I get a DeprecationWarning when importing a list which has some unicode characters in it (it's a list of countries -- it's being raised on Ă…land), and I am left wondering why. I am using the syntax u' to denote a unicode string. If anyone would