diff options
author | Seth M Morton <seth.m.morton@gmail.com> | 2015-05-17 16:31:04 -0700 |
---|---|---|
committer | Seth M Morton <seth.m.morton@gmail.com> | 2015-05-17 17:49:48 -0700 |
commit | 7ad21a2d1671e7fec5e7bf785bda369a6eee3bda (patch) | |
tree | b7a3adf927b520880daf5b73a5873bf353404022 /docs | |
parent | 5b639a0eb0fe20fde704a61f71c816c463c9e0a6 (diff) | |
download | natsort-7ad21a2d1671e7fec5e7bf785bda369a6eee3bda.tar.gz |
Fixed bugs related to the locale library.
On some systems (particularly BSD) the locale library is hopelessly
broken. It turns out that replacing the UTF-8 locale with ISO8859-1
mitigates the issue of sorting characters with accents properly, but
it does not solve the ordering of capital and lowercase letters.
A method to detect if the locale library cannot sort these properly
and then respond to this has been added to natsort. The intent is that
natsort will handle the locale shortcomings without the user needing
to install PyICU.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions