Re: [xml] remove iconv lib dependency from Libxml2



ayesha gupta wrote:
hi
I need to remove lib iconv dependency from libxml2.
I have found that while configuring the libxml2 there is an option like ICONV=NO .but my question is *what does cscript configure.js iconv=no imply when configuring libxml2 for windows environment?* does it mean , that libxml2 has internal implementation of iconv or does it completely ignore libconv by enabling some flag? Please provide some insight into the same. How to confirm that libiconv dependency is completely removed. Thanks Regards
Ayesha

using iconv=no causes iconv not to be used nor linked to. You will be limited to the handful of encodings built into libxml2 itself.

Rob



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]