develooper Front page | perl.perl5.porters | Postings from November 2000

Re: What was it layers were for again ?

Thread Previous | Thread Next
From:
Gisle Aas
Date:
November 28, 2000 13:47
Subject:
Re: What was it layers were for again ?
Message ID:
lr4s0rwz1j.fsf@caliper.ActiveState.com
Jarkko Hietaniemi <jhi@iki.fi> writes:

> Hmmm.  I would expect UTF-8-ness (or UTF-16-ness, for that matter) or
> filenames to be a per-filesystem(-mount) property,

Or perhaps even a per directory property or something to be specified
by locales.  Different users on a Linux box might operate with
different file name policies on the same file system.  One user might
use UTF8 filenames, another latin1 and a third some other 8 bit
encoding.

File names on Unix is really just binary data (with '\0' and '/'
having special meaning).  It is up the the applications to impose
character semantics on them if they want.

Regards,
Gisle

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