@lppedd/kotlinx-charset 0.1.8 → 0.2.0
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 +1 -1
- package/README.md +8 -2
- package/kotlinx-charset-exported.mjs +304 -220
- package/kotlinx-charset-exported.mjs.map +1 -1
- package/package.json +1 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -57,8 +57,9 @@ The `ebcdic` module adds support for:
|
|
|
57
57
|
IBM037 IBM930 IBM1144
|
|
58
58
|
IBM273 IBM937 IBM1146
|
|
59
59
|
IBM278 IBM939 IBM1147
|
|
60
|
-
|
|
61
|
-
|
|
60
|
+
IBM277 IBM1047 IBM1390
|
|
61
|
+
IBM280 IBM1141 IBM1399
|
|
62
|
+
IBM285 IBM1142
|
|
62
63
|
IBM297 IBM1143
|
|
63
64
|
```
|
|
64
65
|
|
|
@@ -110,4 +111,9 @@ Both the `decode` and `encode` functions will throw an `Error`
|
|
|
110
111
|
if the specified charset does not exist or if an error occurs
|
|
111
112
|
during data processing.
|
|
112
113
|
|
|
114
|
+
## License
|
|
115
|
+
|
|
116
|
+
[MIT License](./LICENSE) 2025-present [Edoardo Luppi][lppedd]
|
|
117
|
+
|
|
113
118
|
[npm]: https://www.npmjs.com/package/@lppedd/kotlinx-charset
|
|
119
|
+
[lppedd]: https://github.com/lppedd
|