Marcin 'Qrczak' Kowalczyk writes:
> So please don't force users of iconv to have transliteration.

This is what glibc's iconv does: you indicate that you want
transliteration by appending "//TRANSLIT" to the target encoding, for
example
          iconv -f UTF-8 -t ASCII//TRANSLIT

> When I want transliteration, I can easily do it myself (I've done it
> in Haskell); but when I need to know whether text can be unambiguously
> converted

When the iconv function transliterates, it lets you know about it
through a return value > 0.

Bruno
-
Linux-UTF8:   i18n of Linux on all levels
Archive:      http://mail.nl.linux.org/lists/

Reply via email to