https://github.com/exodusmovement/text-encoding-utf8
https://github.com/exodusmovement/text-encoding-utf8
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/exodusmovement/text-encoding-utf8
- Owner: ExodusMovement
- License: mit
- Created: 2019-08-10T14:33:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T15:28:55.000Z (over 3 years ago)
- Last Synced: 2025-02-15T00:42:08.559Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 31
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @exodus/text-encoding-utf8
utf-8 only polyfill for TextEncoder/TextDecoder, using Buffer
see the full polyfill: https://github.com/inexorabletash/text-encoding/
```js
const { TextEncoder, TextDecoder } = require('@exodus/text-encoding-utf8')
// use as you would the browser built-ins
```