Search results
52 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.
[fork] TextEncoder and TextDecoder (Polyfill for the Encoding Living Standard's API) For Node.JS.
- text-encoding
- encoding
- text-decoding
- TextEncoder
- TextDecoder
- decoding
- ascii
- windows-1252
- big5
- euc-jp
- euc-kr
- gb18030
- iso-20220jp
- shift-jis
- View more
String offset conversions between UTF-8, UTF-16, and lines
Create a string from a sequence of Unicode code points.
Get a UTF-16-encoded code point number of a character
Support as many legacy encodings as possible
Maximum Unicode code point in the Basic Multilingual Plane (BMP).
Maximum Unicode code point.
Get the code points of each character in the string
A library for working with Unicode character sets
Unicode character information library.
A compact library to encode, decode and convert UTF8 / UTF16 in JavaScript.
Convert a UTF-16 encoded string to an array of integers using UTF-8 encoding.
Test if a position in a string marks the start of a UTF-16 surrogate pair.
Grapheme cluster break tooling.
Return the next extended grapheme cluster break in a string after a specified position.
A zero-dependency tool to encode/decode UTF-8, UTF-16 and hex strings. For browser and Node.js. With typings.
Return a Unicode code point from a string at a specified position.
Return a Unicode code point from a string at a specified position.
Percent-encode a UTF-16 encoded string according to RFC 3986.