Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <v36bva$10k3v$2@dont-email.me>
Deutsch   English   Français   Italiano  
<v36bva$10k3v$2@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder9.news.weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.arch
Subject: Re: Byte Addressability And Beyond
Date: Wed, 29 May 2024 04:46:34 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 21
Message-ID: <v36bva$10k3v$2@dont-email.me>
References: <v0s17o$2okf4$2@dont-email.me> <v31c4r$3u28v$1@dont-email.me>
	<v327n3$1use$1@gal.iecc.com> <BM25O.40665$HBac.4762@fx15.iad>
	<v32lpv$1u25$1@gal.iecc.com> <v33bqg$9cst$11@dont-email.me>
	<v34v62$ln01$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 29 May 2024 06:46:35 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="3ef20057ca595167e2155ab2d3a746a0";
	logging-data="1069183"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19YRotCvtCxmZREe1i1tM6G"
User-Agent: Pan/0.158 (Avdiivka; )
Cancel-Lock: sha1:tgtJxoF1FxBh+dpJbtmgHUCG0jA=
Bytes: 1961

On Tue, 28 May 2024 16:02:10 -0000 (UTC), Thomas Koenig wrote:

> Lawrence D'Oliveiro <ldo@nz.invalid> schrieb:
>>
>> On Mon, 27 May 2024 19:09:51 -0000 (UTC), John Levine wrote:
>>
>>> According to EricP  <ThatWouldBeTelling@thevillage.com>:
>>>>
>>>> One could have instructions that make it easier to parse the variable
>>>> length UTF-8 sequences into codepoints.
>>> 
>>> That would be the CU14 instruction on zSeries, to turn UTF-8 into
>>> UTF-32. CU41 goes the other way.
>>
>> What is the point, in this day and age, of having special machine
>> instructions to convert character encodings?
> 
> Have you looked at decoding algorithms for UTF-8?

Of course. Isn’t the point of RISC that these complex operations are more 
efficiently performed by a sequence of simpler instructions?