[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Encoding oddity
From: |
Richard |
Subject: |
Re: Encoding oddity |
Date: |
Fri, 10 Dec 2010 12:42:31 +0100 |
Hi!
On 10. des. 2010, at 11.56, Dennis Williamson wrote:
--snippet--
>
> No, I meant to use the echo separately so you could see what the glob was
> doing.
>
> I'm sorry, because of the way I tested it, I made a mistake in what I
> posted. The line should be as you originally had it. It should work.
>
> It sounds like there's a problem with your locale. What does the
> locale command output?
--/snippet--
I have tested the same script under Linux and that works fine.
I changed the Locale for OS X, but the result is the same: It does not work . .
.
---------------------------------------------
Locale OS X original:
LANG=
LC_COLLATE="C"
LC_CTYPE="UTF-8"
LC_MESSAGES="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_ALL=
Locale OS X changed:
LANG="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_CTYPE="UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_ALL=
Locale Linux:
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!
Richard Taubo