diff options
Diffstat (limited to 'intl')
-rw-r--r-- | intl/translit.po | 4 | ||||
-rw-r--r-- | intl/tst-translit.c | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/intl/translit.po b/intl/translit.po index 0dc380f525..5df5d0d064 100644 --- a/intl/translit.po +++ b/intl/translit.po @@ -3,7 +3,7 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" msgid "test" -msgstr "äöüÄÜÖß" +msgstr "«© Æß»" msgid "onemore" -msgstr "Ässdf" +msgstr "½*½=¼" diff --git a/intl/tst-translit.c b/intl/tst-translit.c index f12d99bc96..8e4e6ca26d 100644 --- a/intl/tst-translit.c +++ b/intl/tst-translit.c @@ -39,11 +39,11 @@ main (void) puts (s); \ result |= strcmp (s, exp) != 0; - TEST ("test", "aeoeueAEUEOEss"); - TEST ("test", "aeoeueAEUEOEss"); - TEST ("onemore", "AEssdf"); - TEST ("onemore", "AEssdf"); - TEST ("test", "aeoeueAEUEOEss"); + TEST ("test", "<<(C) AEss>>"); + TEST ("test", "<<(C) AEss>>"); + TEST ("onemore", "1/2*1/2=1/4"); + TEST ("onemore", "1/2*1/2=1/4"); + TEST ("test", "<<(C) AEss>>"); return result; } |