Re: [AD] Allegro unable to deal with non ascii filenames |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Tuesday 30 May 2006 02:55, Peter Wang wrote:
> This looks wrong. For example, on my system I only have
> LC_CTYPE=en_AU.UTF-8 and LC_COLLATE=C set. All the other locale
> variables are unset. AFAIK my setup is okay.
Hmmm.. According to this page:
http://www.scit.wlv.ac.uk/cgi-bin/mansec?3C+setlocale
it looks like we should check LC_ALL, LC_CTYPE, and LANG, in that order.