
May 3, 2000
8:26 a.m.
[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