fix unidecode.unidecode example input string

This commit is contained in:
Julian Fondren
2019-04-20 21:10:52 -05:00
parent 5bdab044f5
commit 42fffc3250

View File

@@ -57,7 +57,7 @@ proc unidecode*(s: string): string =
##
## ..code-block:: nim
##
## unidecode("\x53\x17\x4E\xB0")
## unidecode("北京")
##
## Results in: "Bei Jing"
##