Re: [fltk.development] [RFE] STR #2148: Use iconv() if provided by glibc

2010-11-14 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2148 Version: 1.4-feature Not essential for the 1.3.0 release. Temporarily moved to 1.4 . Link: http://www.fltk.org/str.php?L2148 Version: 1.4-feature

Re: [fltk.development] [RFE] STR #2148: Use iconv() if provided by glibc

2010-02-26 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2148 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2148 Version: 1.3-feature ___ fltk-dev mailing list

Re: [fltk.development] [RFE] STR #2148: Use iconv() if provided by glibc

2009-04-01 Thread Fabien Costantini
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2148 Version: 1.3-feature On on hand, I'm not keen on adding a new lib dependency to fltk, this could be a problem for those who use fltk as a shared lib, because the

Re: [fltk.development] [RFE] STR #2148: Use iconv() if provided by glibc

2009-02-23 Thread Timothy Lee
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2148 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2148 Version: 1.3-featureIndex: configh.in

Re: [fltk.development] [RFE] STR #2148: Use iconv() if provided by glibc

2009-02-23 Thread Timothy Lee
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2148 Version: 1.3-feature fltk-1.3-iconv-v2.patch fixes the order of the to/from encoding in iconv_open() calls. The use of iconv() calls must now be manually enabled

Re: [fltk.development] [RFE] STR #2148: Use iconv() if provided by glibc

2009-02-10 Thread Timothy Lee
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2148 Version: 1.3-feature configure.in specifically checks for iconv() in libc, so iconv should not be used under VC Link: http://www.fltk.org/str.php?L2148 Version:

[fltk.development] [RFE] STR #2148: Use iconv() if provided by glibc

2009-02-09 Thread Timothy Lee
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2148 Version: 1.3-feature The attached patch against fltk-1.3 r6649 uses iconv() to convert between UTF-8 and other encodings, only if iconv() is bundled with glibc.

Re: [fltk.development] [RFE] STR #2148: Use iconv() if provided by glibc

2009-02-09 Thread Timothy Lee
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2148 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2148 Version: 1.3-featureIndex: configh.in

Re: [fltk.development] [RFE] STR #2148: Use iconv() if provided by glibc

2009-02-09 Thread Greg Ercolano
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2148 Version: 1.3-feature Does this take into account compiling on Windows with Visual Studio? I know one can get and compile iconv for windows, but it's sure nice not