[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: parted nls problem
From: |
Andrew Clausen |
Subject: |
Re: parted nls problem |
Date: |
Sat, 28 Jul 2001 11:13:20 +1000 |
User-agent: |
Mutt/1.2.5i |
On Sat, Jul 28, 2001 at 03:01:17AM +0200, Kjetil Torgrim Homme wrote:
> I have the same problem as Kent Robotti reported in April.
>
> I'm compiling parted 1.5.3, and have the newest gettext.
>
> $ LC_ALL=de ~/test/sbin/parted
> Error during translation: Ungültiges oder unvollständiges Multi-Byte oder
> Wide-Zeichen
> $ LC_ALL=nn ~/test/sbin/parted
> Error during translation: Invalid or incomplete multibyte or wide character
Short story:
You are using an invalid locale. Try LC_ALL=de_DE.
Long story:
LC_CTYPE is the character set to use, and LANG is the language
to use. LC_ALL overrides these (IIRC). However, it isn't setting
LC_CTYPE to an appropriate character set for that language. (Perhaps
it should)
Anyway, I don't think this is a Parted issue.
Andrew