Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #8208 > unrolled thread
| Started by | Saul Spatz <saul.spatz@gmail.com> |
|---|---|
| First post | 2011-06-22 06:43 -0700 |
| Last post | 2011-06-22 06:43 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Re: Unicode codepoints Saul Spatz <saul.spatz@gmail.com> - 2011-06-22 06:43 -0700
| From | Saul Spatz <saul.spatz@gmail.com> |
|---|---|
| Date | 2011-06-22 06:43 -0700 |
| Subject | Re: 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.
Back to top | Article view | comp.lang.python
csiph-web