Mercurial > hg
log tests/test-encoding-func.py @ 46226:0826d684a1b5
age | author | description |
---|---|---|
Sun, 06 Oct 2019 09:45:02 -0400 | Augie Fackler | formatting: blacken the codebase |
Sun, 23 Apr 2017 13:15:30 +0900 | Yuya Nishihara | encoding: introduce tagging type for non-lossy non-ASCII string |
Sun, 22 Apr 2018 11:38:53 +0900 | Yuya Nishihara | encoding: fix toutf8b() to resurrect lossy characters even if "\xed" in it |
Sun, 23 Apr 2017 13:08:58 +0900 | Yuya Nishihara | encoding: add fast path of from/toutf8b() for ASCII strings |
Sun, 23 Apr 2017 13:06:23 +0900 | Yuya Nishihara | encoding: add fast path of from/tolocal() for ASCII strings |
Sun, 23 Apr 2017 12:59:42 +0900 | Yuya Nishihara | encoding: add function to test if a str consists of ASCII characters |