hello, UTF-8 encoding is not working correctly on my opensuse 12.2 install.
anyone else run into this?
symptom: on oss12.2, quotes not displayed correctly
mkdir: cannot create directory â binâ: File exists
on our oss12.1 host, (and previous versions), it display's with smart quotes:
mkdir: cannot create directory `bin': File exists
I've tried TERM=vt100, xterm, linux, - no change
if I unset LANG, I get simple quotes:
mkdir: cannot create directory 'bin': File exists
I have these versions of terminfo and glibc-locale installed via "zypper update":
terminfo-base-5.9-12.5.1.x86_64
terminfo-5.9-12.5.1.x86_64
glibc-locale-2.15-22.6.4.x86_64
here's my locale settings:
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=
thanks,
scott
No comments:
Post a Comment