bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Parted 1.6.0-pre10


From: robotti
Subject: Parted 1.6.0-pre10
Date: Thu, 2 May 2002 14:39:23 +0700

On Apr 27, 02, address@hidden wrote:
>On Fri, Apr 26, 2002 at 04:41:17PM +0700, address@hidden wrote:
>> I can't get parted 1.4.24 or 1.6.0-pre10 with nls support to work.
>> Other programs with nls support on my system work.
>
>The source of the problem is: Parted needs to do string comparisons
>in native language, since it accepts commands in native language.
>This means everything needs to be converted to a single canonical
>format.
>
>> export LC_ALL=de_DE
>> parted
>> Error during translation: Invalid or incomplete multibyte or wide character
>
>Can you find any way of getting mbsrtowcs(buf, "ü", BUFSIZE, &ps) to work
>on your system?

You need to do something like this for it to work.

localedef -i de_DE -f ISO-8859-1 de
export LC_ALL=de_DE




reply via email to

[Prev in Thread] Current Thread [Next in Thread]