[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] Why iconv is locale dependent?
From: |
Bruno Haible |
Subject: |
Re: [bug-gnu-libiconv] Why iconv is locale dependent? |
Date: |
Mon, 02 Jan 2017 22:22:02 +0100 |
User-agent: |
KMail/4.8.5 (Linux/3.8.0-44-generic; KDE/4.8.5; x86_64; ; ) |
Hi,
> Correct me if I am wrong: you are saying that "Горбачёв" will be
> converted from UTF-8 to ASCII/TRANSLIT in different ways according to
> the above "cultures"?
If someone actually had done the work of putting a transliteration
of Russian -> French,English,German into glibc, and if Cyrillic
letters would not be used for other languages (Ukrainian, Serbian, etc.)
as well, then yes.
> I am using libiconv (through lua-iconv) and I was experimenting the
> transliteration problem mentioned in the original message.
Most probably this lua-iconv module happily uses the iconv API from glibc.
Bruno