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 localedata/12031] iconv -t ascii//translit with Greek characters


http://sourceware.org/bugzilla/show_bug.cgi?id=12031

Alexander Karlstad <alexander.karlstad at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexander.karlstad at gmail
                   |                            |dot com

--- Comment #4 from Alexander Karlstad <alexander.karlstad at gmail dot com> 2012-02-03 19:28:54 UTC ---
I have a similar problem with later versions of iconv (2.13 in Ubuntu).

iconv -t ascii//TRANSLIT <<< 'Ã,Ã,Ã'

gives me "ae,?,a" but in my opinion it should give me "ae,o,a".

Tested this on several machines with the same version (2.13) and on an old
SunOS box with 1.9. The latter returned the desired result.

My LC_ALL and LANG variables are all set to nb_NO.UTF-8 and I've tried changing
it to other available locales, without getting the wanted result.

Is this a bug?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]