mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-20 19:34:57 +01:00
...
This commit is contained in:
commit
a7fe2cc078
1 changed files with 1 additions and 1 deletions
|
|
@ -644,7 +644,7 @@ def establish_equivalencies(self, item_list, key=None):
|
|||
c = item
|
||||
|
||||
ordnum, ordlen = collation_order(c)
|
||||
if isosx and platform.mac_ver()[0] < '10.7':
|
||||
if isosx and platform.mac_ver()[0] < '10.8':
|
||||
# Hackhackhackhackhack
|
||||
# icu returns bogus results with curly apostrophes, maybe others under OS X 10.6.x
|
||||
# When we see the magic combo of 0/-1 for ordnum/ordlen, special case the logic
|
||||
|
|
|
|||
Loading…
Reference in a new issue