Re: unicode (char as abstract data type)

H. Peter Anvin (hpa@transmeta.com)
21 Apr 1998 03:34:48 GMT


Followup to: <19980420192339.59298@hazel>
By author: Raul Miller <rdm@test.legislate.com>
In newsgroup: linux.dev.kernel
>
> Alan Cox <alan@lxorguk.ukuu.org.uk> wrote:
> > Nope. We present foreign systems in UTF8 too and do conversions as
> > needed. It may be a given code set on disk, it may be UC2 on disk, it
> > may be ascii on disk but its UTF8 at the kernel API's for filenames.
>
> We convert latin1 to utf8?
>

We don't now, but if we went to an all-UTF-8 system, then yes, we
should convert Latin-1 to UTF-8 as well for filesystems which are
Latin-1 natively. Note that Unix filesystems don't define a charset
(they just define that any byte except null or / is valid in a
filename), so that's not an issue there.

-hpa

-- 
    PGP: 2047/2A960705 BA 03 D3 2C 14 A8 A8 BD  1E DF FE 69 EE 35 BD 74
    See http://www.zytor.com/~hpa/ for web page and full PGP public key
        I am Bahá'í -- ask me about it or see http://www.bahai.org/
   "To love another person is to see the face of God." -- Les Misérables

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu