实例介绍
在android下使用的iconv文件,进行编码的转换
【实例截图】
【核心代码】
4744302543303806034.zip
├── iconv
│ ├── aclocal.m4
│ ├── Android.mk
│ ├── autogen.sh
│ ├── config.h.in
│ ├── configure
│ ├── configure.ac
│ ├── extras
│ │ ├── ChangeLog
│ │ ├── iconv_string.c
│ │ └── iconv_string.h
│ ├── gnulib-local
│ │ ├── lib
│ │ │ ├── alloca.in.h
│ │ │ ├── error.h.diff
│ │ │ ├── progname.h.diff
│ │ │ ├── xalloc.h
│ │ │ ├── xmalloc.c
│ │ │ └── xstrdup.c
│ │ ├── m4
│ │ │ └── alloca.m4
│ │ └── modules
│ │ ├── libiconv-misc
│ │ ├── mbstate
│ │ └── xalloc
│ ├── include
│ │ ├── export.h
│ │ ├── iconv.h
│ │ ├── iconv.h.build.in
│ │ ├── iconv.h.in
│ │ └── iconv.h.inst
│ ├── lib
│ │ ├── aliases2.h
│ │ ├── aliases_aix.h
│ │ ├── aliases_aix_sysaix.h
│ │ ├── aliases_dos.h
│ │ ├── aliases_extra.h
│ │ ├── aliases.gperf
│ │ ├── aliases.h
│ │ ├── aliases_osf1.h
│ │ ├── aliases_osf1_sysosf1.h
│ │ ├── aliases_sysaix.gperf
│ │ ├── aliases_sysaix.h
│ │ ├── aliases_syshpux.gperf
│ │ ├── aliases_syshpux.h
│ │ ├── aliases_sysosf1.gperf
│ │ ├── aliases_sysosf1.h
│ │ ├── aliases_syssolaris.gperf
│ │ ├── aliases_syssolaris.h
│ │ ├── armscii_8.h
│ │ ├── ascii.h
│ │ ├── atarist.h
│ │ ├── big5_2003.h
│ │ ├── big5.h
│ │ ├── big5hkscs1999.h
│ │ ├── big5hkscs2001.h
│ │ ├── big5hkscs2004.h
│ │ ├── c99.h
│ │ ├── canonical_aix.h
│ │ ├── canonical_aix_sysaix.h
│ │ ├── canonical_dos.h
│ │ ├── canonical_extra.h
│ │ ├── canonical.h
│ │ ├── canonical_local.h
│ │ ├── canonical_local_sysaix.h
│ │ ├── canonical_local_syshpux.h
│ │ ├── canonical_local_sysosf1.h
│ │ ├── canonical_local_syssolaris.h
│ │ ├── canonical_osf1.h
│ │ ├── canonical_osf1_sysosf1.h
│ │ ├── canonical_sysaix.h
│ │ ├── canonical_syshpux.h
│ │ ├── canonical_sysosf1.h
│ │ ├── canonical_syssolaris.h
│ │ ├── ces_big5.h
│ │ ├── ces_gbk.h
│ │ ├── cjk_variants.h
│ │ ├── cns11643_15.h
│ │ ├── cns11643_1.h
│ │ ├── cns11643_2.h
│ │ ├── cns11643_3.h
│ │ ├── cns11643_4a.h
│ │ ├── cns11643_4b.h
│ │ ├── cns11643_4.h
│ │ ├── cns11643_5.h
│ │ ├── cns11643_6.h
│ │ ├── cns11643_7.h
│ │ ├── cns11643.h
│ │ ├── cns11643_inv.h
│ │ ├── config.h
│ │ ├── config.h.in
│ │ ├── converters.h
│ │ ├── cp1046.h
│ │ ├── cp1124.h
│ │ ├── cp1125.h
│ │ ├── cp1129.h
│ │ ├── cp1131.h
│ │ ├── cp1133.h
│ │ ├── cp1161.h
│ │ ├── cp1162.h
│ │ ├── cp1163.h
│ │ ├── cp1250.h
│ │ ├── cp1251.h
│ │ ├── cp1252.h
│ │ ├── cp1253.h
│ │ ├── cp1254.h
│ │ ├── cp1255.h
│ │ ├── cp1256.h
│ │ ├── cp1257.h
│ │ ├── cp1258.h
│ │ ├── cp437.h
│ │ ├── cp737.h
│ │ ├── cp775.h
│ │ ├── cp850.h
│ │ ├── cp852.h
│ │ ├── cp853.h
│ │ ├── cp855.h
│ │ ├── cp856.h
│ │ ├── cp857.h
│ │ ├── cp858.h
│ │ ├── cp860.h
│ │ ├── cp861.h
│ │ ├── cp862.h
│ │ ├── cp863.h
│ │ ├── cp864.h
│ │ ├── cp865.h
│ │ ├── cp866.h
│ │ ├── cp869.h
│ │ ├── cp874.h
│ │ ├── cp922.h
│ │ ├── cp932ext.h
│ │ ├── cp932.h
│ │ ├── cp936ext.h
│ │ ├── cp936.h
│ │ ├── cp943.h
│ │ ├── cp949.h
│ │ ├── cp950ext.h
│ │ ├── cp950.h
│ │ ├── dec_hanyu.h
│ │ ├── dec_kanji.h
│ │ ├── encodings_aix.def
│ │ ├── encodings.def
│ │ ├── encodings_dos.def
│ │ ├── encodings_extra.def
│ │ ├── encodings_local.def
│ │ ├── encodings_osf1.def
│ │ ├── euc_cn.h
│ │ ├── euc_jisx0213.h
│ │ ├── euc_jp.h
│ │ ├── euc_kr.h
│ │ ├── euc_tw.h
│ │ ├── flags.h
│ │ ├── flushwc.h
│ │ ├── gb12345ext.h
│ │ ├── gb12345.h
│ │ ├── gb18030ext.h
│ │ ├── gb18030.h
│ │ ├── gb18030uni.h
│ │ ├── gb2312.h
│ │ ├── gbkext1.h
│ │ ├── gbkext2.h
│ │ ├── gbkext_inv.h
│ │ ├── gbk.h
│ │ ├── genaliases2.c
│ │ ├── genaliases.c
│ │ ├── genflags.c
│ │ ├── gentranslit.c
│ │ ├── georgian_academy.h
│ │ ├── georgian_ps.h
│ │ ├── hkscs1999.h
│ │ ├── hkscs2001.h
│ │ ├── hkscs2004.h
│ │ ├── hp_roman8.h
│ │ ├── hz.h
│ │ ├── iconv.c
│ │ ├── iconv_open1.h
│ │ ├── iconv_open2.h
│ │ ├── iso2022_cnext.h
│ │ ├── iso2022_cn.h
│ │ ├── iso2022_jp1.h
│ │ ├── iso2022_jp2.h
│ │ ├── iso2022_jp3.h
│ │ ├── iso2022_jp.h
│ │ ├── iso2022_kr.h
│ │ ├── iso646_cn.h
│ │ ├── iso646_jp.h
│ │ ├── iso8859_10.h
│ │ ├── iso8859_11.h
│ │ ├── iso8859_13.h
│ │ ├── iso8859_14.h
│ │ ├── iso8859_15.h
│ │ ├── iso8859_16.h
│ │ ├── iso8859_1.h
│ │ ├── iso8859_2.h
│ │ ├── iso8859_3.h
│ │ ├── iso8859_4.h
│ │ ├── iso8859_5.h
│ │ ├── iso8859_6.h
│ │ ├── iso8859_7.h
│ │ ├── iso8859_8.h
│ │ ├── iso8859_9.h
│ │ ├── isoir165ext.h
│ │ ├── isoir165.h
│ │ ├── java.h
│ │ ├── jisx0201.h
│ │ ├── jisx0208.h
│ │ ├── jisx0212.h
│ │ ├── jisx0213.h
│ │ ├── johab.h
│ │ ├── johab_hangul.h
│ │ ├── koi8_r.h
│ │ ├── koi8_ru.h
│ │ ├── koi8_t.h
│ │ ├── koi8_u.h
│ │ ├── ksc5601.h
│ │ ├── loops.h
│ │ ├── loop_unicode.h
│ │ ├── loop_wchar.h
│ │ ├── mac_arabic.h
│ │ ├── mac_centraleurope.h
│ │ ├── mac_croatian.h
│ │ ├── mac_cyrillic.h
│ │ ├── mac_greek.h
│ │ ├── mac_hebrew.h
│ │ ├── mac_iceland.h
│ │ ├── mac_roman.h
│ │ ├── mac_romania.h
│ │ ├── mac_thai.h
│ │ ├── mac_turkish.h
│ │ ├── mac_ukraine.h
│ │ ├── Makefile.in
│ │ ├── mulelao.h
│ │ ├── nextstep.h
│ │ ├── pt154.h
│ │ ├── relocatable.c
│ │ ├── relocatable.h
│ │ ├── riscos1.h
│ │ ├── rk1048.h
│ │ ├── shift_jisx0213.h
│ │ ├── sjis.h
│ │ ├── tcvn.h
│ │ ├── tds565.h
│ │ ├── tis620.h
│ │ ├── translit.def
│ │ ├── translit.h
│ │ ├── ucs2be.h
│ │ ├── ucs2.h
│ │ ├── ucs2internal.h
│ │ ├── ucs2le.h
│ │ ├── ucs2swapped.h
│ │ ├── ucs4be.h
│ │ ├── ucs4.h
│ │ ├── ucs4internal.h
│ │ ├── ucs4le.h
│ │ ├── ucs4swapped.h
│ │ ├── uhc_1.h
│ │ ├── uhc_2.h
│ │ ├── utf16be.h
│ │ ├── utf16.h
│ │ ├── utf16le.h
│ │ ├── utf32be.h
│ │ ├── utf32.h
│ │ ├── utf32le.h
│ │ ├── utf7.h
│ │ ├── utf8.h
│ │ ├── vietcomb.h
│ │ └── viscii.h
│ ├── libcharset
│ │ ├── Android.mk
│ │ ├── AUTHORS
│ │ ├── autoconf
│ │ │ └── aclocal.m4
│ │ ├── autogen.sh
│ │ ├── build-aux
│ │ │ ├── config.guess
│ │ │ ├── config.libpath
│ │ │ ├── config.sub
│ │ │ ├── install-sh
│ │ │ ├── ltmain.sh
│ │ │ └── mkinstalldirs
│ │ ├── ChangeLog
│ │ ├── config.h
│ │ ├── config.h.in
│ │ ├── configure
│ │ ├── configure.ac
│ │ ├── COPYING.LIB
│ │ ├── DEPENDENCIES
│ │ ├── djgpp
│ │ │ ├── config.bat
│ │ │ ├── config.sed
│ │ │ ├── config.site
│ │ │ ├── fnchange.in
│ │ │ ├── fnchange.lst
│ │ │ ├── Makefile.maint
│ │ │ ├── README
│ │ │ └── README.in
│ │ ├── HACKING
│ │ ├── include
│ │ │ ├── export.h
│ │ │ ├── libcharset.h
│ │ │ ├── libcharset.h.in
│ │ │ ├── localcharset.h
│ │ │ ├── localcharset.h.build.in
│ │ │ └── localcharset.h.in
│ │ ├── INSTALL.generic
│ │ ├── INTEGRATE
│ │ ├── lib
│ │ │ ├── ChangeLog
│ │ │ ├── config.charset
│ │ │ ├── localcharset.c
│ │ │ ├── Makefile.in
│ │ │ ├── ref-add.sin
│ │ │ ├── ref-del.sin
│ │ │ ├── relocatable.c
│ │ │ └── relocatable.h
│ │ ├── m4
│ │ │ ├── codeset.m4
│ │ │ ├── glibc21.m4
│ │ │ ├── libtool.m4
│ │ │ ├── lt~obsolete.m4
│ │ │ ├── ltoptions.m4
│ │ │ ├── ltsugar.m4
│ │ │ ├── ltversion.m4
│ │ │ ├── relocatable-lib.m4
│ │ │ └── visibility.m4
│ │ ├── Makefile.devel
│ │ ├── Makefile.in
│ │ ├── NEWS
│ │ ├── README
│ │ ├── README.djgpp
│ │ ├── README.woe32
│ │ └── tools
│ │ ├── aix-3.2.5
│ │ ├── aix-4.1.5
│ │ ├── aix-4.2.0
│ │ ├── aix-4.3.2
│ │ ├── all-charsets
│ │ ├── all-charsets-X11
│ │ ├── all-locales
│ │ ├── beos-5
│ │ ├── darwin-6.8
│ │ ├── darwin-7.5
│ │ ├── darwin-9.5
│ │ ├── freebsd-3.3
│ │ ├── glibc-2.1.3
│ │ ├── glibc-2.1.90
│ │ ├── glibc-2.2
│ │ ├── glibc-2.2-XF86-3.3.6
│ │ ├── glibc-2.2-XF86-4.0.1f
│ │ ├── hpux-10.01
│ │ ├── hpux-10.20
│ │ ├── hpux-11.00
│ │ ├── irix-6.5
│ │ ├── locale_charmap
│ │ ├── locale_charset.c
│ │ ├── locale_codeset.c
│ │ ├── locale_monthnames.c
│ │ ├── locale_x11encoding.c
│ │ ├── netbsd-3.0
│ │ ├── openbsd-4.1
│ │ ├── osf1-4.0a
│ │ ├── osf1-4.0d
│ │ ├── osf1-5.1
│ │ ├── README
│ │ ├── solaris-2.4
│ │ ├── solaris-2.5.1
│ │ ├── solaris-2.6
│ │ ├── solaris-2.6-cjk
│ │ ├── solaris-2.7
│ │ ├── sunos-4.1.4
│ │ └── win32
│ ├── m4
│ │ ├── cp.m4
│ │ ├── eilseq.m4
│ │ ├── endian.m4
│ │ ├── general.m4
│ │ ├── libtool.m4
│ │ ├── ln.m4
│ │ ├── lt~obsolete.m4
│ │ ├── ltoptions.m4
│ │ ├── ltsugar.m4
│ │ ├── ltversion.m4
│ │ └── proto.m4
│ ├── Makefile.in
│ ├── man
│ │ ├── iconv.1
│ │ ├── iconv.1.html
│ │ ├── iconv.3
│ │ ├── iconv.3.html
│ │ ├── iconv_close.3
│ │ ├── iconv_close.3.html
│ │ ├── iconvctl.3
│ │ ├── iconvctl.3.html
│ │ ├── iconv_open.3
│ │ ├── iconv_open.3.html
│ │ ├── iconv_open_into.3
│ │ ├── iconv_open_into.3.html
│ │ └── Makefile.in
│ ├── os2
│ │ └── iconv.def
│ ├── po
│ │ ├── af.gmo
│ │ ├── af.po
│ │ ├── bg.gmo
│ │ ├── bg.po
│ │ ├── boldquot.sed
│ │ ├── ca.gmo
│ │ ├── ca.po
│ │ ├── ChangeLog
│ │ ├── da.gmo
│ │ ├── da.po
│ │ ├── de.gmo
│ │ ├── de.po
│ │ ├── el.gmo
│ │ ├── el.po
│ │ ├── en@boldquot.header
│ │ ├── en@quot.header
│ │ ├── eo.gmo
│ │ ├── eo.po
│ │ ├── es.gmo
│ │ ├── es.po
│ │ ├── et.gmo
│ │ ├── et.po
│ │ ├── fi.gmo
│ │ ├── fi.po
│ │ ├── fr.gmo
│ │ ├── fr.po
│ │ ├── ga.gmo
│ │ ├── ga.po
│ │ ├── gl.gmo
│ │ ├── gl.po
│ │ ├── hr.gmo
│ │ ├── hr.po
│ │ ├── hu.gmo
│ │ ├── hu.po
│ │ ├── id.gmo
│ │ ├── id.po
│ │ ├── insert-header.sin
│ │ ├── it.gmo
│ │ ├── it.po
│ │ ├── libiconv.pot
│ │ ├── LINGUAS
│ │ ├── Makefile.in.in
│ │ ├── Makevars
│ │ ├── nl.gmo
│ │ ├── nl.po
│ │ ├── pl.gmo
│ │ ├── pl.po
│ │ ├── POTFILES.in
│ │ ├── pt_BR.gmo
│ │ ├── pt_BR.po
│ │ ├── quot.sed
│ │ ├── remove-potcdate.sin
│ │ ├── rm.gmo
│ │ ├── rm.po
│ │ ├── ro.gmo
│ │ ├── ro.po
│ │ ├── ru.gmo
│ │ ├── Rules-quot
│ │ ├── ru.po
│ │ ├── sk.gmo
│ │ ├── sk.po
│ │ ├── sl.gmo
│ │ ├── sl.po
│ │ ├── sq.gmo
│ │ ├── sq.po
│ │ ├── sr.gmo
│ │ ├── sr.po
│ │ ├── stamp-po
│ │ ├── sv.gmo
│ │ ├── sv.po
│ │ ├── tr.gmo
│ │ ├── tr.po
│ │ ├── uk.gmo
│ │ ├── uk.po
│ │ ├── vi.gmo
│ │ ├── vi.po
│ │ ├── wa.gmo
│ │ ├── wa.po
│ │ ├── zh_CN.gmo
│ │ ├── zh_CN.po
│ │ ├── zh_TW.gmo
│ │ └── zh_TW.po
│ ├── preload
│ │ ├── aclocal.m4
│ │ ├── configure
│ │ ├── configure.ac
│ │ ├── Makefile.devel
│ │ └── Makefile.in
│ ├── src
│ │ ├── iconv.c
│ │ ├── iconv_no_i18n.c
│ │ └── Makefile.in
│ ├── srclib
│ │ ├── alloca.in.h
│ │ ├── areadlink.c
│ │ ├── areadlink.h
│ │ ├── binary-io.h
│ │ ├── canonicalize.h
│ │ ├── canonicalize-lgpl.c
│ │ ├── c-ctype.c
│ │ ├── c-ctype.h
│ │ ├── errno.in.h
│ │ ├── error.c
│ │ ├── error.h
│ │ ├── gettext.h
│ │ ├── intprops.h
│ │ ├── localcharset.h
│ │ ├── Makefile.am
│ │ ├── Makefile.gnulib
│ │ ├── Makefile.in
│ │ ├── malloca.c
│ │ ├── malloca.h
│ │ ├── malloca.valgrind
│ │ ├── malloc.c
│ │ ├── memmove.c
│ │ ├── pathmax.h
│ │ ├── progname.c
│ │ ├── progname.h
│ │ ├── progreloc.c
│ │ ├── readlink.c
│ │ ├── relocatable.c
│ │ ├── relocatable.h
│ │ ├── relocwrapper.c
│ │ ├── setenv.c
│ │ ├── signal.in.h
│ │ ├── sigprocmask.c
│ │ ├── stdbool.in.h
│ │ ├── stdint.in.h
│ │ ├── stdio.in.h
│ │ ├── stdio-write.c
│ │ ├── stdlib.in.h
│ │ ├── streq.h
│ │ ├── strerror.c
│ │ ├── string.in.h
│ │ ├── unistd.in.h
│ │ ├── unitypes.h
│ │ ├── uniwidth
│ │ │ ├── cjk.h
│ │ │ └── width.c
│ │ ├── uniwidth.h
│ │ ├── unlocked-io.h
│ │ ├── wchar.in.h
│ │ ├── xalloc.h
│ │ ├── xmalloc.c
│ │ ├── xreadlink.c
│ │ ├── xreadlink.h
│ │ └── xstrdup.c
│ ├── srcm4
│ │ ├── 00gnulib.m4
│ │ ├── alloca.m4
│ │ ├── canonicalize-lgpl.m4
│ │ ├── codeset.m4
│ │ ├── eealloc.m4
│ │ ├── environ.m4
│ │ ├── errno_h.m4
│ │ ├── error.m4
│ │ ├── extensions.m4
│ │ ├── gettext.m4
│ │ ├── glibc21.m4
│ │ ├── glibc2.m4
│ │ ├── gnulib-cache.m4
│ │ ├── gnulib-common.m4
│ │ ├── gnulib-comp.m4
│ │ ├── gnulib-tool.m4
│ │ ├── iconv.m4
│ │ ├── include_next.m4
│ │ ├── intdiv0.m4
│ │ ├── intldir.m4
│ │ ├── intl.m4
│ │ ├── intlmacosx.m4
│ │ ├── intmax.m4
│ │ ├── inttypes_h.m4
│ │ ├── inttypes-pri.m4
│ │ ├── lcmessage.m4
│ │ ├── lib-ld.m4
│ │ ├── lib-link.m4
│ │ ├── lib-prefix.m4
│ │ ├── lock.m4
│ │ ├── longlong.m4
│ │ ├── malloca.m4
│ │ ├── malloc.m4
│ │ ├── mbstate_t.m4
│ │ ├── memmove.m4
│ │ ├── multiarch.m4
│ │ ├── nls.m4
│ │ ├── pathmax.m4
│ │ ├── po.m4
│ │ ├── printf-posix.m4
│ │ ├── progtest.m4
│ │ ├── readlink.m4
│ │ ├── relocatable-lib.m4
│ │ ├── relocatable.m4
│ │ ├── setenv.m4
│ │ ├── signalblocking.m4
│ │ ├── signal_h.m4
│ │ ├── sigpipe.m4
│ │ ├── size_max.m4
│ │ ├── ssize_t.m4
│ │ ├── stdbool.m4
│ │ ├── stdint_h.m4
│ │ ├── stdint.m4
│ │ ├── stdio_h.m4
│ │ ├── stdlib_h.m4
│ │ ├── strerror.m4
│ │ ├── string_h.m4
│ │ ├── threadlib.m4
│ │ ├── uintmax_t.m4
│ │ ├── unistd_h.m4
│ │ ├── unlocked-io.m4
│ │ ├── visibility.m4
│ │ ├── wchar.m4
│ │ ├── wchar_t.m4
│ │ ├── wint_t.m4
│ │ └── xsize.m4
│ ├── tools
│ │ ├── 8bit_tab_to_h.c
│ │ ├── cjk_tab_to_h.c
│ │ ├── cjk_variants.c
│ │ ├── JISX0213.TXT
│ │ └── Makefile
│ ├── windows
│ │ ├── iconv.rc
│ │ ├── libiconv.rc
│ │ └── windres-options
│ └── woe32dll
│ ├── export.h
│ └── iconv-exports.c
└── __MACOSX
└── iconv
├── extras
├── gnulib-local
│ ├── lib
│ ├── m4
│ └── modules
├── include
├── lib
├── libcharset
│ ├── autoconf
│ ├── build-aux
│ ├── djgpp
│ ├── include
│ ├── lib
│ ├── m4
│ └── tools
├── m4
├── man
├── os2
├── po
├── preload
├── src
├── srclib
│ └── uniwidth
├── srcm4
├── tools
├── windows
└── woe32dll
57 directories, 600 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论