functionalscript 0.0.380 → 0.0.383

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functionalscript",
3
- "version": "0.0.380",
3
+ "version": "0.0.383",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "module.f.cjs",
6
6
  "scripts": {
@@ -88,3 +88,9 @@ const stringToUtf16List
88
88
  /** @type {(input: List<u16>) => string} */
89
89
  const utf16ListToString
90
90
  ```
91
+
92
+ UTF-16 => CP => UTF-8 => CP = UTF-16
93
+
94
+ ## Example
95
+
96
+ UTF-8: 1101_11xx_xxxx_xxxx 1101_11xx_xxxx_xxxx