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/13439] iconv and Qt work inproperly


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

--- Comment #2 from Weng Xuetian <wengxt at gmail dot com> 2011-11-25 21:31:06 UTC ---
http://pastebin.com/ZXvwn70y

Ok, to make the problem clear.
iconv_open("UTF-8", "UTF-16") in glibc 2.13 will not remember the endianness ,
while glib 2.14 will remember it, no matter another iconv_open is called.

glibc 2.13 output
ãããããããããããããã
ã

====================
glibc 2.14 output
ãããããããããããããã

====================

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