[I18n-sig] Re: [Python-Dev] Unicode debate

Just van Rossum just@letterror.com
Wed, 3 May 2000 13:26:50 +0100


[Ka-Ping Yee]
> Would you expect chr(x) to return an 8-bit string when x < 128,
> and a Unicode string when x >= 128?

[Fredrik Lundh]
> that will break too much existing code, I think.  but what
> about replacing 128 with 256?

Hihi... and *poof* -- we're back to Latin-1 for narrow strings ;-)

Just