[I18n-sig] More grief on Windows

M.-A. Lemburg mal@lemburg.com
Thu, 23 Mar 2000 23:48:10 +0100


Andy Robinson wrote:
> 
> I've built the Unicode-aware Python on Windows, with a proper encodings
> library.
> The moment I try to look up a codec, python crashes...
> 
> C:\users>python
> Python 1.5.2+ (#0, Mar 23 2000, 15:31:41) [MSC 32 bit (Intel)] on win32
> Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
> >>> unicode('hello','ascii')
> !!!! Application Error at this point

I can reproduce this on Linux too... I'll look into this and
send a patch.

-- 
Marc-Andre Lemburg
______________________________________________________________________
Business:                                      http://www.lemburg.com/
Python Pages:                           http://www.lemburg.com/python/