Re: Significant whitespace (was Re: Blogging sucks)

[prev] [thread] [next] [lurker] [Date index for 2005/10/17]

From: A. Pagaltzis
Subject: Re: Significant whitespace (was Re: Blogging sucks)
Date: 16:09 on 17 Oct 2005
* David Cantrell <david@xxxxxxxx.xxx.xx> [2005-10-17 16:40]:
> Variable width character sets are themselves hateful.  I'll go
> further and say that they are a spectacularly stupid idea, and
> that whoever decreed them needs shootin'.  Yes, being able to
> represent more than 220-odd characters is a Good Idea.  So
> damnit, just use 32-bit - or 64-bit - characters.  Then you'll
> be able to seek!

Yuck, then you’re saddled with endianness issues. Plus null bytes
can then be part of the data, so most charset-oblivious software
breaks. Not worth it, considering that 99.99% of text processing
is either gluing strings together without looking inside, or
processing them character-by-character. Blindly indexing into a
string without having scanned it previously is so rare it doesn’t
merrit consideration.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>;
There's stuff above here

Generated at 20:00 on 17 Oct 2005 by mariachi 0.52