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/2253] New: unicode combining accents can't be iconv-ed to latin (and others)


Hi,

Converting unicode text containing combining accents doesn't work, for instance e<U+0301> into latin1 fails:

$ wget http://dept-info.labri.fr/~thibault/e-combining-acute
$ locale charmap
UTF-8
$ cat e-combining-acute
blip
$ iconv -f utf-8 -t latin1 < e-combining-acute
eiconv: illegal input sequence at position 1

iconv should rather combine 'e' and the combining accent, so as to produce é.

Regards,
Samuel

-- 
           Summary: unicode combining accents can't be iconv-ed to latin
                    (and others)
           Product: glibc
           Version: 2.3.5
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: samuel dot thibault at ens-lyon dot org
                CC: glibc-bugs at sources dot redhat dot com


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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