[issue612] mount_msdos needs to link to citrus libs
Justin C. Sherrill
justin at shiningsilence.com
Thu Apr 26 07:54:15 PDT 2007
On Thu, April 26, 2007 5:50 am, Fearow wrote:
> On Thursday, April 26. 2007 2:35:07am Joerg Sonnenberger wrote:
>> For the C locale, they are non-graphical characters. That's why
>> they are not printed.
>> Joerg
>
>
> This is why I ask if this refusal to make /bin dynamic and/or link
> anything there against citrus is why ls and such in DragonFly aren't
> able to handle locales while this has worked fine in other
> operating systems for years. RedHat 7.3 supported this! This is
> a showstopper for shell servers with international users.
It's not. Change the locale env settings on your DragonFly system from
'C' to 'ko_KR.UTF-8'. As Joerg said, by default, it's 'C'.
'locale' on those other systems are already set to ko_KR.utf8 or similar -
make DragonFly match and you should get the expected behavior.
The one thing I can think of is that there isn't a locale setting in the
DragonFly installer, so 'C' gets picked by default.
(DragonFly system)
# locale
LANG=""
LC_CTYPE="C"
LC_COLLATE="C"
LC_TIME="C"
LC_NUMERIC="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=""
(RedHat ES4)
# locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
More information about the Bugs
mailing list