Home
last modified time | relevance | path

Searched refs:iconv (Results 1 – 25 of 50) sorted by relevance

12

/vim-8.2.3635/runtime/tutor/
H A DMakefile31 iconv -f ISO-8859-1 -t UTF-8 tutor > tutor.utf-8
34 iconv -f UTF-8 -t ISO-8859-1 tutor.bar.utf-8 > tutor.bar
37 iconv -f ISO-8859-1 -t UTF-8 tutor.ca > tutor.ca.utf-8
40 iconv -f UTF-8 -t ISO-8859-3 tutor.eo.utf-8 > tutor.eo
43 iconv -f ISO-8859-1 -t UTF-8 tutor.de > tutor.de.utf-8
46 iconv -f UTF-8 -t ISO-8859-7 tutor.el.utf-8 > tutor.el
52 iconv -f ISO-8859-1 -t UTF-8 tutor.es > tutor.es.utf-8
55 iconv -f ISO-8859-1 -t UTF-8 tutor.fr > tutor.fr.utf-8
58 iconv -f UTF-8 -t ISO-8859-2 tutor.hu.utf-8 > tutor.hu
64 iconv -f UTF-8 -t ISO-8859-2 tutor.hr.utf-8 > tutor.hr
[all …]
/vim-8.2.3635/runtime/doc/
H A DMakefile464 iconv -f latin1 -t utf-8 $< >$@
467 iconv -f latin1 -t utf-8 $< >$@
470 iconv -f latin1 -t utf-8 $< >$@
473 iconv -f latin1 -t utf-8 $< >$@
476 iconv -f latin1 -t utf-8 $< >$@
479 iconv -f latin1 -t utf-8 $< >$@
482 iconv -f latin1 -t utf-8 $< >$@
485 iconv -f latin1 -t utf-8 $< >$@
488 iconv -f latin1 -t utf-8 $< >$@
491 iconv -f latin1 -t utf-8 $< >$@
[all …]
H A Dmbyte.txt322 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
[all …]
H A Dvarious.txt389 *+iconv* Compiled with the |iconv()| function
390 *+iconv/dyn* Likewise |iconv-dynamic| |/dyn|
H A Dmlang.txt108 https://mlocati.github.io/gettext-iconv-windows/
H A Dversion6.txt668 - Win32 with Mingw: compile with iconv library. (Ron Aaron)
669 - Win32 with MSVC: dynamically load iconv.dll library. (Muraoka Taro)
1347 iconv() Convert a string from one encoding to another.
3637 When "iconv.dll" can't be found, try using "libiconv.dll".
4126 Also for the iconv and gettext libraries when 'verbose' is set.
7806 there can be an error the next time iconv() is used.
8248 Solution: Don't reset the iconv() state.
9439 iconv(). Should do most needed conversions without iconv.dll.
12277 Possible failure and memory leak when using iconv, Unicode
12775 ":scriptencoding" the iconv() file descriptor was not closed
[all …]
/vim-8.2.3635/src/po/
H A DMakefile102 iconv -f utf-8 -t cp932 ja.po | ./sjiscorr > ja.sjis.po
108 iconv -f utf-8 -t euc-jp ja.po | \
114 iconv -f iso-8859-2 -t cp1250 cs.po | \
120 iconv -f iso-8859-2 -t cp1250 pl.po | \
126 iconv -f iso-8859-2 -t utf-8 pl.po | \
132 iconv -f iso-8859-2 -t cp1250 sk.po | \
140 iconv -f UTF-8 -t cp936 zh_CN.UTF-8.po | \
146 iconv -f UTF-8 -t euc-kr ko.UTF-8.po | \
154 iconv -f utf-8 -t cp1251 ru.po | \
160 iconv -f utf-8 -t cp1251 uk.po | \
H A DREADME.txt11 supported by iconv and will be automatically converted to the currently used
137 When using gettext which doesn't support iconv, the encoding of the .mo file
145 iconv -f utf-8 -t euc-jp ja.po.orig > ja.po
/vim-8.2.3635/src/testdir/
H A Dtest_termencoding.vim4 " This only works with "iconv".
5 if !has('iconv')
6 throw 'Skipped: iconv feature missing'
H A Dmouse.vim28 if has('iconv')
29 let bytes = str->iconv('utf-8', 'latin1')
H A Dtest_digraph.vim563 CheckFeature iconv
572 call assert_equal(iconv(ch, 'utf-8', 'japan'), digraph_get(key))
H A Dtest_tagjump.vim239 if !has('iconv') || iconv("\x82\x60", "cp932", "utf-8") != "\uff21"
240 throw 'Skipped: iconv does not work'
H A Dtest_writefile.vim46 CheckFeature iconv
89 CheckFeature iconv
/vim-8.2.3635/runtime/spell/th/
H A Dmain.aap37 :assertpkg unzip iconv
40 :sys {force} iconv -c -f TIS-620 -t UTF-8 <$FNAME >th.dic
/vim-8.2.3635/nsis/
H A DREADME.txt46 8. Get gettext and iconv DLLs from the following site:
47 https://github.com/mlocati/gettext-iconv-windows/releases
H A Dgvim.nsi974 # Delete gettext and iconv DLLs
/vim-8.2.3635/runtime/lang/
H A Dmenu_zh_cn.gb2312.vim6 " This causes trouble for a broken iconv (symptom: last character is always
H A DREADME.txt47 UTF-8 will always be possible. Other conversions depend on the iconv
/vim-8.2.3635/src/
H A Dlink.sh56 …for libname in SM ICE nsl dnet dnet_stub inet socket dir elf iconv Xt Xmu Xp Xpm X11 Xdmcp x w per…
H A Dmbyte.c4730 (void)iconv(fd, NULL, NULL, &p, &tolen); in my_iconv_open()
4791 if (iconv(vcp->vc_fd, (void *)&from, &fromlen, &to, &tolen) in iconv_string()
4913 iconv = (void *)GetProcAddress(hIconvDLL, "libiconv"); in iconv_enabled()
4920 if (iconv == NULL || iconv_open == NULL || iconv_close == NULL in iconv_enabled()
H A Dbufwrite.c452 (void)iconv(ip->bw_iconv_fd, NULL, NULL, &to, &tolen); in buf_write_bytes()
465 if ((iconv(ip->bw_iconv_fd, (void *)&from, &fromlen, &to, &tolen) in buf_write_bytes()
H A DINSTALLpc.txt983 C. Copy gettext and iconv DLLs into the "vim82" directory
985 Get gettext and iconv DLLs from the following site:
986 https://github.com/mlocati/gettext-iconv-windows/releases
H A Dconfigure.ac3290 termio.h iconv.h inttypes.h langinfo.h math.h \
3882 dnl Link with iconv for charset translation, if not found without library.
3883 dnl check for iconv() requires including iconv.h
3884 dnl Add "-liconv" when possible; Solaris has iconv but use GNU iconv when it
3891 # include <iconv.h>
3898 # include <iconv.h>
H A DMake_cyg_ming.mak73 # Set to path to iconv.h and libiconv.a to enable using 'iconv.dll'.
/vim-8.2.3635/runtime/syntax/
H A Dmuttrc.vim425 syn keyword muttrcHooks contained skipwhite account-hook charset-hook iconv-hook message-hook fold…
428 \ alternative_order auto_view exec hdr_order iconv-hook ignore mailboxes

12