On 6/12/07, Rauli Ruohonen <[EMAIL PROTECTED]> wrote: > Practically > speaking, there's little need to interpret surrogate pairs as two > code points instead of as one non-BMP code point.
Depends on your definition of "practically". Python does interpret them that way to maintain O(1) positional access within strings encoded with 16 bits/char. -jJ _______________________________________________ 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