equal
deleted
inserted
replaced
362 This is specified per platform, and should be consistent with what normcase |
362 This is specified per platform, and should be consistent with what normcase |
363 on that platform actually does. |
363 on that platform actually does. |
364 |
364 |
365 lower: normcase lowercases ASCII strings |
365 lower: normcase lowercases ASCII strings |
366 upper: normcase uppercases ASCII strings |
366 upper: normcase uppercases ASCII strings |
367 other: the fallback function should always be called''' |
367 other: the fallback function should always be called |
|
368 |
|
369 This should be kept in sync with normcase_spec in util.h.''' |
368 lower = -1 |
370 lower = -1 |
369 upper = 1 |
371 upper = 1 |
370 other = 0 |
372 other = 0 |
371 |
373 |
372 _jsonmap = {} |
374 _jsonmap = {} |