Guido van Rossum wrote:
> We could use Unicode strings where in the past we used 8-bit strings,
> but that would be somewhat nasty when there's ever one of these codes
> that's not pure ASCII

Since this is a Mac-specific thing (and Classic-originated at
that), I think you can be pretty sure that any non-ASCII value
is to be interpreted according to the Macintosh character set,
if it's meant to be a character at all.

So I would suggest using the Macintosh encoding when converting
these to and from unicode.

--
Greg
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to