Sujet : Re: Upcoming gfortran 15 will contain unsigned numbers
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.fortranDate : 23. Nov 2024, 23:09:39
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vhtjr2$1s5d5$12@dont-email.me>
References : 1 2 3 4 5 6 7
User-Agent : Pan/0.161 (Chasiv Yar; )
On Sat, 23 Nov 2024 09:18:11 -0300, Wolfgang Agnes wrote:
How about UCS-2?
“UCS-2” was the name of the encoding back when it was assumed that Unicode
was always going to be just 16 bits. After the coding was extended, those
“surrogate” ranges were introduced, to allow representation of the extra
characters within a 16-bit encoding, and so “UCS-2” was renamed to
“UTF-16”.
In short, “UTF-16” is basically “UCS-2 with surrogates”.