Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #8208
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2011-06-22 06:43 -0700 |
| Subject | Re: Unicode codepoints |
| From | Saul Spatz <saul.spatz@gmail.com> |
| Message-ID | <mailman.278.1308750248.1164.python-list@python.org> (permalink) |
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.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Unicode codepoints Saul Spatz <saul.spatz@gmail.com> - 2011-06-22 06:43 -0700
csiph-web