This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/23076] Iconv translitterate with profile


https://sourceware.org/bugzilla/show_bug.cgi?id=23076

--- Comment #6 from Florian Weimer <fweimer at redhat dot com> ---
(In reply to Laurent Lyaudet from comment #5)
> I have found how the locales define transliteration.

Try this:

$ echo ə | LC_ALL=az_AZ iconv -f UTF-8 -t ISO-8859-1//TRANSLIT | iconv -f
ISO-8859-1
ä

That's a locale-specific transliteration rule.  Quoting from
localedata/locales/az_AZ:

translit_start

% schwa -> a:
<U0259> "<U00E4>"
<U018F> "<U00C4>"

translit_end

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]