This commit is contained in:
Kovid Goyal 2012-10-03 22:33:49 +05:30
commit a7fe2cc078

View File

@ -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