Files
Nim/tests/stdlib/tunidecode.nim
2014-08-29 09:12:12 +02:00

13 lines
263 B
Nim

discard """
cmd: "nim $target --hints:on -d:embedUnidecodeTable $options $file"
output: "Ausserst"
"""
import unidecode
loadUnidecodeTable("lib/pure/unidecode/unidecode.dat")
#assert unidecode("\x53\x17\x4E\xB0") == "Bei Jing"
echo unidecode("Äußerst")