Deutsch English Français Italiano |
<vi2na8$3056f$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder2.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lynn McGuire <lynnmcguire5@gmail.com> Newsgroups: comp.lang.fortran Subject: Re: OT: unicode (Was: Re: Upcoming gfortran 15 will contain unsigned numbers) Date: Mon, 25 Nov 2024 14:39:37 -0600 Organization: A noiseless patient Spider Lines: 28 Message-ID: <vi2na8$3056f$1@dont-email.me> References: <veg58f$kb8e$1@dont-email.me> <vemj62$1qt5b$1@dont-email.me> <vemqnn$1sd2k$4@dont-email.me> <vgmj98$c89k$1@solani.org> <vgninl$3p2fj$1@dont-email.me> <vhrbq4$167bv$1@solani.org> <87bjy6cfek.fsf@example.com> <vhtjr2$1s5d5$12@dont-email.me> <87y117y297.fsf_-_@example.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Mon, 25 Nov 2024 21:39:37 +0100 (CET) Injection-Info: dont-email.me; posting-host="04735ac4ee0282c1472cbcf1424fe5a8"; logging-data="3151055"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Bj5W5jmw51XznFU2v0gSx9c4w++mVVGg=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:2KmeLjUY3zG42N2iwthncg8fVyg= Content-Language: en-US In-Reply-To: <87y117y297.fsf_-_@example.com> Bytes: 2340 On 11/25/2024 5:35 AM, Wolfgang Agnes wrote: > Lawrence D'Oliveiro <ldo@nz.invalid> writes: > >> 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”. > > Nice to know! Thanks. So, UCS means ``Universal Character Set''. I > thought it was a whole different character set. It's a bit difficult to > understand ``surrogates''. So many definitions come up such as ``Basic > Multilingual Plane''. Can you explain what surrogates are? There is lots of information at https://home.unicode.org/ And https://stackoverflow.com/ Lynn