mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 22:33:49 +00:00
Merge pull request #11069 from jrfondren/devel
(docs) 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