summary refs log blame commit diff stats
path: root/tests/stdlib/tunidecode.nim
blob: be8e0523c9e961b137b602c7dd0509ff1b582bad (plain) (tree)
1
2
3
4
5
6
7
8
9
10
           
                                                                     



                

                             

                                                      

                                             
discard """
  cmd: "nim $target --hints:on -d:embedUnidecodeTable $options $file"
"""

import unidecode

import std/unidecode # #14112

loadUnidecodeTable("lib/pure/unidecode/unidecode.dat")

doAssert unidecode("北京") == "Bei Jing "
doAssert unidecode("Äußerst") == "Ausserst"