@cpp.js/package-iconv 1.0.0-beta.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +502 -0
- package/README.md +47 -0
- package/cppjs-package-iconv.podspec +13 -0
- package/cppjs.build.js +14 -0
- package/cppjs.config.js +18 -0
- package/dist/prebuilt/Android-arm64-v8a/include/iconv.h +241 -0
- package/dist/prebuilt/Android-arm64-v8a/include/libcharset.h +45 -0
- package/dist/prebuilt/Android-arm64-v8a/include/localcharset.h +137 -0
- package/dist/prebuilt/Android-arm64-v8a/lib/libcharset.la +41 -0
- package/dist/prebuilt/Android-arm64-v8a/lib/libcharset.so +0 -0
- package/dist/prebuilt/Android-arm64-v8a/lib/libiconv.la +41 -0
- package/dist/prebuilt/Android-arm64-v8a/lib/libiconv.so +0 -0
- package/dist/prebuilt/Android-arm64-v8a/share/doc/iconv.1.html +205 -0
- package/dist/prebuilt/Android-arm64-v8a/share/doc/iconv.3.html +206 -0
- package/dist/prebuilt/Android-arm64-v8a/share/doc/iconv_close.3.html +89 -0
- package/dist/prebuilt/Android-arm64-v8a/share/doc/iconv_open.3.html +345 -0
- package/dist/prebuilt/Android-arm64-v8a/share/doc/iconv_open_into.3.html +132 -0
- package/dist/prebuilt/Android-arm64-v8a/share/doc/iconvctl.3.html +170 -0
- package/dist/prebuilt/Android-arm64-v8a/share/man/man1/iconv.1 +108 -0
- package/dist/prebuilt/Android-arm64-v8a/share/man/man3/iconv.3 +92 -0
- package/dist/prebuilt/Android-arm64-v8a/share/man/man3/iconv_close.3 +31 -0
- package/dist/prebuilt/Android-arm64-v8a/share/man/man3/iconv_open.3 +254 -0
- package/dist/prebuilt/Android-arm64-v8a/share/man/man3/iconv_open_into.3 +47 -0
- package/dist/prebuilt/Android-arm64-v8a/share/man/man3/iconvctl.3 +67 -0
- package/dist/prebuilt/CMakeLists.txt +44 -0
- package/dist/prebuilt/Emscripten-x86_64/include/iconv.h +241 -0
- package/dist/prebuilt/Emscripten-x86_64/include/libcharset.h +45 -0
- package/dist/prebuilt/Emscripten-x86_64/include/localcharset.h +137 -0
- package/dist/prebuilt/Emscripten-x86_64/lib/libcharset.a +0 -0
- package/dist/prebuilt/Emscripten-x86_64/lib/libcharset.la +41 -0
- package/dist/prebuilt/Emscripten-x86_64/lib/libiconv.a +0 -0
- package/dist/prebuilt/Emscripten-x86_64/lib/libiconv.la +41 -0
- package/dist/prebuilt/Emscripten-x86_64/share/doc/iconv.1.html +205 -0
- package/dist/prebuilt/Emscripten-x86_64/share/doc/iconv.3.html +206 -0
- package/dist/prebuilt/Emscripten-x86_64/share/doc/iconv_close.3.html +89 -0
- package/dist/prebuilt/Emscripten-x86_64/share/doc/iconv_open.3.html +345 -0
- package/dist/prebuilt/Emscripten-x86_64/share/doc/iconv_open_into.3.html +132 -0
- package/dist/prebuilt/Emscripten-x86_64/share/doc/iconvctl.3.html +170 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/af/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/bg/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/ca/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/cs/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/da/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/de/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/el/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/eo/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/es/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/et/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/fi/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/fr/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/ga/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/gl/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/hr/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/hu/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/id/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/it/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/ja/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/ko/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/lt/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/nl/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/pl/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/pt_BR/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/rm/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/ro/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/ru/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/sk/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/sl/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/sq/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/sr/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/sv/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/tr/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/uk/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/vi/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/wa/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/zh_CN/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/locale/zh_TW/LC_MESSAGES/libiconv.mo +0 -0
- package/dist/prebuilt/Emscripten-x86_64/share/man/man1/iconv.1 +108 -0
- package/dist/prebuilt/Emscripten-x86_64/share/man/man3/iconv.3 +92 -0
- package/dist/prebuilt/Emscripten-x86_64/share/man/man3/iconv_close.3 +31 -0
- package/dist/prebuilt/Emscripten-x86_64/share/man/man3/iconv_open.3 +254 -0
- package/dist/prebuilt/Emscripten-x86_64/share/man/man3/iconv_open_into.3 +47 -0
- package/dist/prebuilt/Emscripten-x86_64/share/man/man3/iconvctl.3 +67 -0
- package/dist/prebuilt/charset.xcframework/Info.plist +50 -0
- package/dist/prebuilt/charset.xcframework/ios-arm64_arm64e/Headers/iconv.h +241 -0
- package/dist/prebuilt/charset.xcframework/ios-arm64_arm64e/Headers/libcharset.h +45 -0
- package/dist/prebuilt/charset.xcframework/ios-arm64_arm64e/Headers/localcharset.h +137 -0
- package/dist/prebuilt/charset.xcframework/ios-arm64_arm64e/libcharset.a +0 -0
- package/dist/prebuilt/charset.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/iconv.h +241 -0
- package/dist/prebuilt/charset.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/libcharset.h +45 -0
- package/dist/prebuilt/charset.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/localcharset.h +137 -0
- package/dist/prebuilt/charset.xcframework/ios-arm64_arm64e_x86_64-simulator/libcharset.a +0 -0
- package/dist/prebuilt/iOS-iphoneos/include/iconv.h +241 -0
- package/dist/prebuilt/iOS-iphoneos/include/libcharset.h +45 -0
- package/dist/prebuilt/iOS-iphoneos/include/localcharset.h +137 -0
- package/dist/prebuilt/iOS-iphoneos/lib/libcharset.a +0 -0
- package/dist/prebuilt/iOS-iphoneos/lib/libcharset.la +41 -0
- package/dist/prebuilt/iOS-iphoneos/lib/libiconv.a +0 -0
- package/dist/prebuilt/iOS-iphoneos/lib/libiconv.la +41 -0
- package/dist/prebuilt/iOS-iphoneos/share/doc/iconv.1.html +205 -0
- package/dist/prebuilt/iOS-iphoneos/share/doc/iconv.3.html +206 -0
- package/dist/prebuilt/iOS-iphoneos/share/doc/iconv_close.3.html +89 -0
- package/dist/prebuilt/iOS-iphoneos/share/doc/iconv_open.3.html +345 -0
- package/dist/prebuilt/iOS-iphoneos/share/doc/iconv_open_into.3.html +132 -0
- package/dist/prebuilt/iOS-iphoneos/share/doc/iconvctl.3.html +170 -0
- package/dist/prebuilt/iOS-iphoneos/share/man/man1/iconv.1 +108 -0
- package/dist/prebuilt/iOS-iphoneos/share/man/man3/iconv.3 +92 -0
- package/dist/prebuilt/iOS-iphoneos/share/man/man3/iconv_close.3 +31 -0
- package/dist/prebuilt/iOS-iphoneos/share/man/man3/iconv_open.3 +254 -0
- package/dist/prebuilt/iOS-iphoneos/share/man/man3/iconv_open_into.3 +47 -0
- package/dist/prebuilt/iOS-iphoneos/share/man/man3/iconvctl.3 +67 -0
- package/dist/prebuilt/iOS-iphonesimulator/include/iconv.h +241 -0
- package/dist/prebuilt/iOS-iphonesimulator/include/libcharset.h +45 -0
- package/dist/prebuilt/iOS-iphonesimulator/include/localcharset.h +137 -0
- package/dist/prebuilt/iOS-iphonesimulator/lib/libcharset.a +0 -0
- package/dist/prebuilt/iOS-iphonesimulator/lib/libcharset.la +41 -0
- package/dist/prebuilt/iOS-iphonesimulator/lib/libiconv.a +0 -0
- package/dist/prebuilt/iOS-iphonesimulator/lib/libiconv.la +41 -0
- package/dist/prebuilt/iOS-iphonesimulator/share/doc/iconv.1.html +205 -0
- package/dist/prebuilt/iOS-iphonesimulator/share/doc/iconv.3.html +206 -0
- package/dist/prebuilt/iOS-iphonesimulator/share/doc/iconv_close.3.html +89 -0
- package/dist/prebuilt/iOS-iphonesimulator/share/doc/iconv_open.3.html +345 -0
- package/dist/prebuilt/iOS-iphonesimulator/share/doc/iconv_open_into.3.html +132 -0
- package/dist/prebuilt/iOS-iphonesimulator/share/doc/iconvctl.3.html +170 -0
- package/dist/prebuilt/iOS-iphonesimulator/share/man/man1/iconv.1 +108 -0
- package/dist/prebuilt/iOS-iphonesimulator/share/man/man3/iconv.3 +92 -0
- package/dist/prebuilt/iOS-iphonesimulator/share/man/man3/iconv_close.3 +31 -0
- package/dist/prebuilt/iOS-iphonesimulator/share/man/man3/iconv_open.3 +254 -0
- package/dist/prebuilt/iOS-iphonesimulator/share/man/man3/iconv_open_into.3 +47 -0
- package/dist/prebuilt/iOS-iphonesimulator/share/man/man3/iconvctl.3 +67 -0
- package/dist/prebuilt/iconv.xcframework/Info.plist +50 -0
- package/dist/prebuilt/iconv.xcframework/ios-arm64_arm64e/Headers/iconv.h +241 -0
- package/dist/prebuilt/iconv.xcframework/ios-arm64_arm64e/Headers/libcharset.h +45 -0
- package/dist/prebuilt/iconv.xcframework/ios-arm64_arm64e/Headers/localcharset.h +137 -0
- package/dist/prebuilt/iconv.xcframework/ios-arm64_arm64e/libiconv.a +0 -0
- package/dist/prebuilt/iconv.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/iconv.h +241 -0
- package/dist/prebuilt/iconv.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/libcharset.h +45 -0
- package/dist/prebuilt/iconv.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/localcharset.h +137 -0
- package/dist/prebuilt/iconv.xcframework/ios-arm64_arm64e_x86_64-simulator/libiconv.a +0 -0
- package/package.json +28 -0
package/dist/prebuilt/iconv.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/libcharset.h
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/* Copyright (C) 2003 Free Software Foundation, Inc.
|
|
2
|
+
This file is part of the GNU CHARSET Library.
|
|
3
|
+
|
|
4
|
+
The GNU CHARSET Library is free software; you can redistribute it and/or
|
|
5
|
+
modify it under the terms of the GNU Lesser General Public License as
|
|
6
|
+
published by the Free Software Foundation; either version 2 of the
|
|
7
|
+
License, or (at your option) any later version.
|
|
8
|
+
|
|
9
|
+
The GNU CHARSET Library is distributed in the hope that it will be useful,
|
|
10
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
11
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
12
|
+
Lesser General Public License for more details.
|
|
13
|
+
|
|
14
|
+
You should have received a copy of the GNU Lesser General Public License
|
|
15
|
+
along with the GNU CHARSET Library; see the file COPYING.LIB. If not,
|
|
16
|
+
see <https://www.gnu.org/licenses/>. */
|
|
17
|
+
|
|
18
|
+
#ifndef _LIBCHARSET_H
|
|
19
|
+
#define _LIBCHARSET_H
|
|
20
|
+
|
|
21
|
+
#include <localcharset.h>
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
#ifdef __cplusplus
|
|
25
|
+
extern "C" {
|
|
26
|
+
#endif
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/* Support for relocatable packages. */
|
|
30
|
+
|
|
31
|
+
/* Sets the original and the current installation prefix of the package.
|
|
32
|
+
Relocation simply replaces a pathname starting with the original prefix
|
|
33
|
+
by the corresponding pathname with the current prefix instead. Both
|
|
34
|
+
prefixes should be directory names without trailing slash (i.e. use ""
|
|
35
|
+
instead of "/"). */
|
|
36
|
+
extern void libcharset_set_relocation_prefix (const char *orig_prefix,
|
|
37
|
+
const char *curr_prefix);
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
#ifdef __cplusplus
|
|
41
|
+
}
|
|
42
|
+
#endif
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
#endif /* _LIBCHARSET_H */
|
package/dist/prebuilt/iconv.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/localcharset.h
ADDED
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
/* Determine a canonical name for the current locale's character encoding.
|
|
2
|
+
Copyright (C) 2000-2003, 2009-2019 Free Software Foundation, Inc.
|
|
3
|
+
This file is part of the GNU CHARSET Library.
|
|
4
|
+
|
|
5
|
+
This program is free software; you can redistribute it and/or modify it
|
|
6
|
+
under the terms of the GNU Lesser General Public License as published
|
|
7
|
+
by the Free Software Foundation; either version 2, or (at your option)
|
|
8
|
+
any later version.
|
|
9
|
+
|
|
10
|
+
This program is distributed in the hope that it will be useful,
|
|
11
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
13
|
+
Lesser General Public License for more details.
|
|
14
|
+
|
|
15
|
+
You should have received a copy of the GNU Lesser General Public License
|
|
16
|
+
along with this program; if not, see <https://www.gnu.org/licenses/>. */
|
|
17
|
+
|
|
18
|
+
#ifndef _LOCALCHARSET_H
|
|
19
|
+
#define _LOCALCHARSET_H
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
#ifdef __cplusplus
|
|
23
|
+
extern "C" {
|
|
24
|
+
#endif
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
/* Determine the current locale's character encoding, and canonicalize it
|
|
28
|
+
into one of the canonical names listed below.
|
|
29
|
+
The result must not be freed; it is statically allocated. The result
|
|
30
|
+
becomes invalid when setlocale() is used to change the global locale, or
|
|
31
|
+
when the value of one of the environment variables LC_ALL, LC_CTYPE, LANG
|
|
32
|
+
is changed; threads in multithreaded programs should not do this.
|
|
33
|
+
If the canonical name cannot be determined, the result is a non-canonical
|
|
34
|
+
name. */
|
|
35
|
+
extern const char * locale_charset (void);
|
|
36
|
+
|
|
37
|
+
/* About GNU canonical names for character encodings:
|
|
38
|
+
|
|
39
|
+
Every canonical name must be supported by GNU libiconv. Support by GNU libc
|
|
40
|
+
is also desirable.
|
|
41
|
+
|
|
42
|
+
The name is case insensitive. Usually an upper case MIME charset name is
|
|
43
|
+
preferred.
|
|
44
|
+
|
|
45
|
+
The current list of these GNU canonical names is:
|
|
46
|
+
|
|
47
|
+
name MIME? used by which systems
|
|
48
|
+
(darwin = Mac OS X, windows = native Windows)
|
|
49
|
+
|
|
50
|
+
ASCII, ANSI_X3.4-1968 glibc solaris freebsd netbsd darwin minix cygwin
|
|
51
|
+
ISO-8859-1 Y glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin cygwin zos
|
|
52
|
+
ISO-8859-2 Y glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin cygwin zos
|
|
53
|
+
ISO-8859-3 Y glibc solaris cygwin
|
|
54
|
+
ISO-8859-4 Y hpux osf solaris freebsd netbsd openbsd darwin
|
|
55
|
+
ISO-8859-5 Y glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin cygwin zos
|
|
56
|
+
ISO-8859-6 Y glibc aix hpux solaris cygwin
|
|
57
|
+
ISO-8859-7 Y glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin cygwin zos
|
|
58
|
+
ISO-8859-8 Y glibc aix hpux osf solaris cygwin zos
|
|
59
|
+
ISO-8859-9 Y glibc aix hpux irix osf solaris freebsd darwin cygwin zos
|
|
60
|
+
ISO-8859-13 glibc hpux solaris freebsd netbsd openbsd darwin cygwin
|
|
61
|
+
ISO-8859-14 glibc cygwin
|
|
62
|
+
ISO-8859-15 glibc aix irix osf solaris freebsd netbsd openbsd darwin cygwin
|
|
63
|
+
KOI8-R Y glibc hpux solaris freebsd netbsd openbsd darwin
|
|
64
|
+
KOI8-U Y glibc freebsd netbsd openbsd darwin cygwin
|
|
65
|
+
KOI8-T glibc
|
|
66
|
+
CP437 dos
|
|
67
|
+
CP775 dos
|
|
68
|
+
CP850 aix osf dos
|
|
69
|
+
CP852 dos
|
|
70
|
+
CP855 dos
|
|
71
|
+
CP856 aix
|
|
72
|
+
CP857 dos
|
|
73
|
+
CP861 dos
|
|
74
|
+
CP862 dos
|
|
75
|
+
CP864 dos
|
|
76
|
+
CP865 dos
|
|
77
|
+
CP866 freebsd netbsd openbsd darwin dos
|
|
78
|
+
CP869 dos
|
|
79
|
+
CP874 windows dos
|
|
80
|
+
CP922 aix
|
|
81
|
+
CP932 aix cygwin windows dos
|
|
82
|
+
CP943 aix zos
|
|
83
|
+
CP949 osf darwin windows dos
|
|
84
|
+
CP950 windows dos
|
|
85
|
+
CP1046 aix
|
|
86
|
+
CP1124 aix
|
|
87
|
+
CP1125 dos
|
|
88
|
+
CP1129 aix
|
|
89
|
+
CP1131 freebsd darwin
|
|
90
|
+
CP1250 windows
|
|
91
|
+
CP1251 glibc hpux solaris freebsd netbsd openbsd darwin cygwin windows
|
|
92
|
+
CP1252 aix windows
|
|
93
|
+
CP1253 windows
|
|
94
|
+
CP1254 windows
|
|
95
|
+
CP1255 glibc windows
|
|
96
|
+
CP1256 windows
|
|
97
|
+
CP1257 windows
|
|
98
|
+
GB2312 Y glibc aix hpux irix solaris freebsd netbsd darwin cygwin zos
|
|
99
|
+
EUC-JP Y glibc aix hpux irix osf solaris freebsd netbsd darwin cygwin
|
|
100
|
+
EUC-KR Y glibc aix hpux irix osf solaris freebsd netbsd darwin cygwin zos
|
|
101
|
+
EUC-TW glibc aix hpux irix osf solaris netbsd
|
|
102
|
+
BIG5 Y glibc aix hpux osf solaris freebsd netbsd darwin cygwin zos
|
|
103
|
+
BIG5-HKSCS glibc hpux solaris netbsd darwin
|
|
104
|
+
GBK glibc aix osf solaris freebsd darwin cygwin windows dos
|
|
105
|
+
GB18030 glibc hpux solaris freebsd netbsd darwin
|
|
106
|
+
SHIFT_JIS Y hpux osf solaris freebsd netbsd darwin
|
|
107
|
+
JOHAB glibc solaris windows
|
|
108
|
+
TIS-620 glibc aix hpux osf solaris cygwin zos
|
|
109
|
+
VISCII Y glibc
|
|
110
|
+
TCVN5712-1 glibc
|
|
111
|
+
ARMSCII-8 glibc freebsd netbsd darwin
|
|
112
|
+
GEORGIAN-PS glibc cygwin
|
|
113
|
+
PT154 glibc netbsd cygwin
|
|
114
|
+
HP-ROMAN8 hpux
|
|
115
|
+
HP-ARABIC8 hpux
|
|
116
|
+
HP-GREEK8 hpux
|
|
117
|
+
HP-HEBREW8 hpux
|
|
118
|
+
HP-TURKISH8 hpux
|
|
119
|
+
HP-KANA8 hpux
|
|
120
|
+
DEC-KANJI osf
|
|
121
|
+
DEC-HANYU osf
|
|
122
|
+
UTF-8 Y glibc aix hpux osf solaris netbsd darwin cygwin zos
|
|
123
|
+
|
|
124
|
+
Note: Names which are not marked as being a MIME name should not be used in
|
|
125
|
+
Internet protocols for information interchange (mail, news, etc.).
|
|
126
|
+
|
|
127
|
+
Note: ASCII and ANSI_X3.4-1968 are synonymous canonical names. Applications
|
|
128
|
+
must understand both names and treat them as equivalent.
|
|
129
|
+
*/
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
#ifdef __cplusplus
|
|
133
|
+
}
|
|
134
|
+
#endif
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
#endif /* _LOCALCHARSET_H */
|
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@cpp.js/package-iconv",
|
|
3
|
+
"version": "1.0.0-beta.20",
|
|
4
|
+
"nativeVersion": "1.17",
|
|
5
|
+
"description": "This package provides the precompiled iconv library, built using cpp.js, for easy integration into JavaScript, WebAssembly and React Native projects. It provides a high-performance solution for converting between character encodings, ensuring cross-platform compatibility. Ideal for use in web and mobile applications.",
|
|
6
|
+
"homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-iconv#readme",
|
|
7
|
+
"repository": "https://github.com/bugra9/cpp.js.git",
|
|
8
|
+
"license": "LGPL",
|
|
9
|
+
"type": "module",
|
|
10
|
+
"devDependencies": {
|
|
11
|
+
"cpp.js": "1.0.0-beta.26"
|
|
12
|
+
},
|
|
13
|
+
"keywords": [
|
|
14
|
+
"iconv",
|
|
15
|
+
"libiconv",
|
|
16
|
+
"cpp.js-package",
|
|
17
|
+
"webassembly",
|
|
18
|
+
"react-native"
|
|
19
|
+
],
|
|
20
|
+
"scripts": {
|
|
21
|
+
"build": "cppjs build",
|
|
22
|
+
"build:wasm": "cppjs build -p WebAssembly",
|
|
23
|
+
"build:android": "cppjs build -p Android",
|
|
24
|
+
"build:ios": "cppjs build -p iOS",
|
|
25
|
+
"clear": "rm -rf .cppjs dist *.xcframework",
|
|
26
|
+
"postinstall": "cppjs postinstall"
|
|
27
|
+
}
|
|
28
|
+
}
|