mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6c5db6b259
commit
56d0a8524c
@ -305,7 +305,8 @@ pêché'''
|
|||||||
print
|
print
|
||||||
|
|
||||||
print '\nTesting primary collation'
|
print '\nTesting primary collation'
|
||||||
for k, v in {u'pèché': u'peche', u'flüße':u'flusse'}.iteritems():
|
for k, v in {u'pèché': u'peche', u'flüße':u'flusse',
|
||||||
|
u'Štepánek':u'Štepanek'}.iteritems():
|
||||||
if primary_strcmp(k, v) != 0:
|
if primary_strcmp(k, v) != 0:
|
||||||
print 'primary_strcmp() failed with %s != %s'%(k, v)
|
print 'primary_strcmp() failed with %s != %s'%(k, v)
|
||||||
if primary_find(v, u' '+k)[0] != 1:
|
if primary_find(v, u' '+k)[0] != 1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user