##// END OF EJS Templates
i18n: use "encoding.lower()" to normalize specified keywords for log searching...
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.

File last commit:

r0:9117c656 default
r15725:988409e4 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer