Re: UTF-8, OSTA-UDF ==> iconv() ?

Jim Freeman (jfree@caldera.com)
Tue, 19 Aug 1997 08:27:49 -0600 (MDT)


XPG4 defines code set conversion functions (iconv() and friends).

Does anyone know of work underway to provide these for Linux?

See http://www.opengroup.org/ot/search.htm ==> search for 'iconv'

...jfree
========
hpa writes:
> ext2, like any POSIX-compatible filesystem, can handle any character
> set encoding as long as it doesn't mess with the byte encodings of
> '\0' (0x00) and '/' (0x2f). Any ISO 646 (including ASCII) character
> set, any ISO 8859 (including Latin-1) character set, or UTF-8 all have
> this property. In fact, this was a major impetus for the creation of
> UTF-8.