Re: sorting strings with non-ASCII characters



LC_COLLATE="POSIX"
[...]
locales cause so many problems I try to avoid them as much as I could.

Well, you are going to need at least LC_COLLATE set to something like fr_FR.UTF8
That way I can have \"o after z and you can have it as o.  Make
yourself a little
wrapper for gnumeric if you don't want to set it globally.

"man wcscoll" for details.

Morten



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