Mercurial > hg
comparison .hgignore @ 15725:988409e44a76
i18n: use "encoding.lower()" to normalize specified keywords for log searching
some problematic encoding (e.g.: cp932) uses ASCII alphabet characters
in byte sequence of multi byte characters.
"str.lower()" on such byte sequence may treat distinct characters as
same one, and cause unexpected log matching.
this patch uses "encoding.lower()" instead of "str.lower()" to
normalize strings for compare.
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Sun, 25 Dec 2011 20:35:16 +0900 |
parents | 64a80204433f |
children | 44a371823f83 |
comparison
equal
deleted
inserted
replaced
15724:9e6a13c2aeb9 | 15725:988409e44a76 |
---|