bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#20316: 24.5; `string-lessp' doesn't respect value of LC_COLLATE


From: Alexis
Subject: bug#20316: 24.5; `string-lessp' doesn't respect value of LC_COLLATE
Date: Mon, 13 Apr 2015 15:59:45 +1000


Alexis <flexibeast@gmail.com> writes:

(getenv "LC_COLLATE") => "hr_HR.UTF-8"

(string-lessp "Ć" "D") => nil (string-lessp "Đ" "S") => nil (string-lessp "Š" "Z") => nil

i should add, this happens even with `set-locale-environment' specified as 'hr_HR.UTF-8' and/or `set-language-environment' specified as 'Croatian'.





reply via email to

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