bug-recutils
[Top][All Lists]
Advanced

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

Re: [bug-recutils] Locale issues [was: Comparison operator on reals fail


From: Jose E. Marchesi
Subject: Re: [bug-recutils] Locale issues [was: Comparison operator on reals fails]
Date: Tue, 14 Aug 2012 15:11:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

    
    * How does locale affect other things.  For example: 
         - does LC_COLLATE change the sort order?

No, because we are using strcmp to implement the lexicographic order
used when sorting strings.  That function uses the integer character
codes for the comparison.

-- 
Jose E. Marchesi         http://www.jemarch.net
GNU Project              http://www.gnu.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]