mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 11:12:37 +00:00
fix unidecode.unidecode example input string
This commit is contained in:
@@ -57,7 +57,7 @@ proc unidecode*(s: string): string =
|
||||
##
|
||||
## ..code-block:: nim
|
||||
##
|
||||
## unidecode("\x53\x17\x4E\xB0")
|
||||
## unidecode("北京")
|
||||
##
|
||||
## Results in: "Bei Jing"
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user