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/10460] New: "iconv" corrupts all files over 17 KB from UTF8 to UTF16


Hi,

I was converting my files from UTF8 to UTF16, and I noticed that the "iconv"
utility corrupted all files over 17 KB. For files between 17 KB and 117 KB, it
did not even display an error message. For a file of 117 KB, I received :

  Erreur du bus

(I suppose the original text is "Bus error".) Here is the command I used :

  iconv --from-code=utf8 --to-code=utf-16 --output=file.ext file.ext

where file.ext is the same file (it is both the input and the output.)

-- 
           Summary: "iconv" corrupts all files over 17 KB from UTF8 to UTF16
           Product: glibc
           Version: 2.9
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: murielle dot descerisiers at gmail dot com
                CC: glibc-bugs at sources dot redhat dot com


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

------- 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]