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 <v3jth8$3qduu$4@dont-email.me>
Deutsch   English   Français   Italiano  
<v3jth8$3qduu$4@dont-email.me>

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

Path: ...!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: Unicode in strings
Date: Mon, 3 Jun 2024 08:06:01 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 11
Message-ID: <v3jth8$3qduu$4@dont-email.me>
References: <v0s17o$2okf4$2@dont-email.me>
	<2024May11.173149@mips.complang.tuwien.ac.at> <v1preb$2jn47$1@dont-email.me>
	<2024May12.110053@mips.complang.tuwien.ac.at>
	<jwvjzjwid50.fsf-monnier+comp.arch@gnu.org>
	<2024May18.072920@mips.complang.tuwien.ac.at>
	<jwved9t656u.fsf-monnier+comp.arch@gnu.org>
	<2024May25.174807@mips.complang.tuwien.ac.at>
	<jwvy17ty8v7.fsf-monnier+comp.arch@gnu.org>
	<2024May29.085955@mips.complang.tuwien.ac.at>
	<jwv5xuwwuqe.fsf-monnier+comp.arch@gnu.org>
	<2024May30.182546@mips.complang.tuwien.ac.at> <v3d0hj$2amga$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 03 Jun 2024 10:06:01 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="d9da7b9b9ad3ac546e12baaad0ff5901";
	logging-data="4011998"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18/y4MIOoHWo6jUatI7xN0S"
User-Agent: Pan/0.158 (Avdiivka; )
Cancel-Lock: sha1:J04w6bJL2fvILOvzI0kLvKsDszY=
Bytes: 1945

On Fri, 31 May 2024 12:14:19 -0500, BGB wrote:

> Though, one thing that makes sense for text editors is if only the
> "currently being edited" lines are fully unpacked, whereas the others
> can remain in a more compact form (such as UTF-8), and are then unpacked
> as they come into view (say, treating the editor window as a 32-entry
> modulo cache or similar).

That may make sense if you are implementing a *text* editor, like the vi/
vim family. Remember that Emacs is usable for editing things other than 
text.