Lines Matching refs:iconv
322 to iconv() to convert between the encoding of the file and the current locale.
386 not all conversions being possible, iconv() being present, etc. Since this
432 Most of these require the |+iconv| feature. Conversion for reading and
436 All: iconv
437 GNU iconv can convert most encodings. Unicode is used as the
477 - Conversion with the iconv library, if it is available.
478 Old versions of GNU iconv() may cause the conversion to fail (they
480 Try getting another iconv() implementation.
482 *iconv-dynamic*
483 On MS-Windows Vim can be compiled with the |+iconv/dyn| feature. This means
484 Vim will search for the "iconv.dll" and "libiconv.dll" libraries. When