mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Included OS X Lion (10.7) in special-casing establish_equivalencies(), as it also fails with curly apostrophes
This commit is contained in:
parent
c17b43d8cb
commit
e90b5dbdd6
@ -644,7 +644,7 @@ class CatalogBuilder(object):
|
||||
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…
x
Reference in New Issue
Block a user