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 #5 from Weng Xuetian <wengxt at gmail dot com> 2011-12-18 06:59:50 UTC ---
Is it supposed to like this? The code use iconv_open TWICE.

I support each of iconv_t have it's own state, but not affect each other, this
is not true any more? As you can see, it's true in 2.13.

If it's not true, it will break many library. Like I just use
iconv_open("UTF-16", "UTF-8") here, and another library use
iconv_open("UTF-16", "UTF-8") in another place, but I didn't aware, then it
will break.

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