Files
Nim/tests/accept/run/tunidecode.nim
2011-10-08 02:14:42 +02:00

11 lines
199 B
Nim

discard """
cmd: "nimrod cc --hints:on -d:embedUnidecodeTable $# $#"
output: "Ausserst"
"""
import unidecode
assert unidecode("\\x53\\x17\\x4E\\xB0") == "Bei Jing"
echo unidecode("Äußerst")