develooper Front page | perl.perl5.porters | Postings from February 2007

Re: Future Perl development

Thread Previous | Thread Next
From:
Dave Mitchell
Date:
February 7, 2007 04:13
Subject:
Re: Future Perl development
Message ID:
20070207121344.GL17732@iabyn.com
On Wed, Feb 07, 2007 at 10:44:55AM +0100, demerphq wrote:
> I mean heck, utf8 was a kudge worked out on a napkin to make it
> possible to store unicode filenames in a unix style filesystem. (utf8
> has the property that no encoding of a high codepoint contains any
> special character used by a unix filesystem)

That's a bit of a misrepresentation!

UTF8 has very little to do with storing UNIX filenames, and everything
to do with working under traditional C string handling, where a zero byte
is the string terminator, and that degrades gracefully in an environment
that is not Unicode aware and where the majority of the characters are
ASCII or Latin-1.

-- 
Now is the discount of our winter tent
    -- sign seen outside camping shop

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About