summary refs log tree commit diff stats
path: root/tests/stdlib/tunidecode.nim
blob: 6478588258a5f27b5e44ced0477a849d4a6a27d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
discard """
  cmd: "nimrod $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")