small bugfixes to make more tests green

This commit is contained in:
Araq
2011-11-02 02:28:18 +01:00
parent 84c473a890
commit 1f6725e59e
11 changed files with 40 additions and 11 deletions

View File

@@ -56,7 +56,8 @@ proc unidecode*(s: string): string =
## Example:
##
## ..code-block:: nimrod
## unidecode("\\x53\\x17\\x4E\\xB0")
##
## unidecode("\x53\x17\x4E\xB0")
##
## Results in: "Bei Jing"
##