Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #8208 > unrolled thread

Re: Unicode codepoints

Started bySaul Spatz <saul.spatz@gmail.com>
First post2011-06-22 06:43 -0700
Last post2011-06-22 06:43 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Re: Unicode codepoints Saul Spatz <saul.spatz@gmail.com> - 2011-06-22 06:43 -0700

#8208 — Re: Unicode codepoints

FromSaul Spatz <saul.spatz@gmail.com>
Date2011-06-22 06:43 -0700
SubjectRe: Unicode codepoints
Message-ID<mailman.278.1308750248.1164.python-list@python.org>
Thanks.  I agree with you about the generator.  Using your first suggestion, code points above U+FFFF get separated into two "surrogate pair" characters fron UTF-16.  So instead of U=10FFFF I get U+DBFF and U+DFFF.
 

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web