Subject: Solution: ISO-8859-1 on NetBSD-1.5 (was: LC_CTYPE and isprint(3))
To: None <netbsd-help@netbsd.org>
From: Matthias Friedrich <matt@mafr.de>
List: netbsd-help
Date: 04/17/2001 12:40:40
On Tuesday, 2001-04-17, Federico_Lupi@mail.datasys.it wrote:
[ ISO-8859-1 support ]
> With NetBSD 1.4.x I use:
>      ftp://ftp.netbsd.org/pub/NetBSD/arch/i386/french-1.4/locale.tgz
> 
> It probably works for 1.5 too.

It does, thank you very much :-)

For the archive, here's how I did it:

    ftp ftp://ftp.netbsd.org/pub/NetBSD/arch/i386/french-1.4/locale.tgz
    tar --to-stdout -xzf locale.tgz ./usr/share/locale/iso_8859_1/LC_CTYPE \
      > /usr/share/locale/de/LC_CTYPE

As a result of this, setting LC_CTYPE to 'de' gives me the non-ASCII
characters I wanted.
Of course, the LC_CTYPE file is not language-dependent and can thus be
used with other languages.

Many thanks to Giles and Wolfgang as well. I'm going to upgrade to
-current as soon as I've got a larger disk.

bye,
	Matthias