Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #56482
| Date | 2013-10-09 06:22 -0400 |
|---|---|
| From | Ned Batchelder <ned@nedbatchelder.com> |
| Subject | Re: Encoding of surrogate code points to UTF-8 |
| References | (1 earlier) <bbilqpF6ep5U1@mid.individual.net> <52548791$0$29984$c3e8da3$5496439d@news.astraweb.com> <mailman.883.1381282120.18130.python-list@python.org> <5254f594$0$29976$c3e8da3$5496439d@news.astraweb.com> <4b728b1a-cc37-4541-80a2-68335f1d5e5f@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.892.1381314149.18130.python-list@python.org> (permalink) |
On 10/9/13 4:22 AM, wxjmfauth@gmail.com wrote: > Le mercredi 9 octobre 2013 08:20:05 UTC+2, Steven D'Aprano a écrit : >> >>> http://www.unicode.org/versions/Unicode6.2.0/ch02.pdf#G13708 "All three >>> encoding forms can be used to represent the full range of encoded >>> characters in the Unicode Standard; ... Each of the three Unicode >>> encoding forms can be efficiently transformed into eith er of the other >>> two without any loss of data." >> > Yes, > > and what Unicode.org does not say is that these coding > schemes (like any coding scheme) should be used in an > exclusive way. Can you clarify what you mean by "in an exclusive way"? --Ned. > Probably, because it is too obvious to understand. > > jmf > >
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Encoding of surrogate code points to UTF-8 Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-10-08 13:52 +0000
Re: Encoding of surrogate code points to UTF-8 Neil Cerutti <neilc@norwich.edu> - 2013-10-08 15:14 +0000
Re: Encoding of surrogate code points to UTF-8 Neil Cerutti <neilc@norwich.edu> - 2013-10-08 15:54 +0000
Re: Encoding of surrogate code points to UTF-8 Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-10-08 22:30 +0000
Re: Encoding of surrogate code points to UTF-8 Terry Reedy <tjreedy@udel.edu> - 2013-10-08 21:28 -0400
Re: Encoding of surrogate code points to UTF-8 Steven D'Aprano <steve@pearwood.info> - 2013-10-09 06:20 +0000
Re: Encoding of surrogate code points to UTF-8 wxjmfauth@gmail.com - 2013-10-09 01:22 -0700
Re: Encoding of surrogate code points to UTF-8 Ned Batchelder <ned@nedbatchelder.com> - 2013-10-09 06:22 -0400
Re: Encoding of surrogate code points to UTF-8 Neil Cerutti <neilc@norwich.edu> - 2013-10-09 12:55 +0000
Re: Encoding of surrogate code points to UTF-8 Pete Forman <petef4+usenet@gmail.com> - 2013-10-08 16:23 +0100
Re: Encoding of surrogate code points to UTF-8 MRAB <python@mrabarnett.plus.com> - 2013-10-08 18:00 +0100
Re: Encoding of surrogate code points to UTF-8 wxjmfauth@gmail.com - 2013-10-08 11:24 -0700
Re: Encoding of surrogate code points to UTF-8 Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-10-08 22:20 +0000
Re: Encoding of surrogate code points to UTF-8 Terry Reedy <tjreedy@udel.edu> - 2013-10-08 17:47 -0400
Re: Encoding of surrogate code points to UTF-8 Terry Reedy <tjreedy@udel.edu> - 2013-10-08 18:17 -0400
csiph-web