Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Andy Burns Newsgroups: alt.comp.software.thunderbird Subject: Re: Betterbird has same problem as Thunderbird Date: Sun, 21 Jun 2026 20:11:41 +0100 Lines: 14 Message-ID: References: <1116ckl$5sjh$1@dont-email.me> <1116hrs$7pgq$1@dont-email.me> <111896g$m9l8$1@dont-email.me> <1119c2f$iqv7$2@dont-email.me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net 0jN9HDLI2YnkhNZL4z+EowC8vUOzkJ2Ya0mM8/Sup8LDffWU6j Cancel-Lock: sha1:1wLBumpvAzE3o2dONT6kcqtVNZ4= sha256:+yg4gcltkch2XhdZh2HGChHMZWRkDDgmkrNVecA4BRI= User-Agent: Mozilla Thunderbird Content-Language: en-GB In-Reply-To: <1119c2f$iqv7$2@dont-email.me> Xref: csiph.com alt.comp.software.thunderbird:20977 "J. P. Gilliver" wrote: > That reads to me as meaning "OxC3 means it and the next byte are a > two-byte UTF-8 sequence", i. e. the first byte of such a sequence is > always 0xC3? Well, first bytes can be between 0xC0 and 0xDF, with second bytes are from 0x80 to 0xBF. There are also three and four byte sequences, the shorter sequences being supposed more frequently used characters, 0x00 to 0x7F being one-byte sequences, the same as 7 bit ASCII, the number of leading 1 bits tells you the length of the sequence ...