Search results
59 packages found
pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.
A Node.js library for converting HTML documents of arbitrary encoding into a target encoding (utf8, utf16, etc).
Unicode-aware string functions
- multibyte
- unicode
- utf8
- utf-8
- utf-16
- utf16
- multibyte safe
- multibyte-safe
- unicode aware
- unicode-aware
- emoji
- emoji-safe
Maximum Unicode code point in the Basic Multilingual Plane (BMP).
Maximum Unicode code point.
Create a string from a sequence of Unicode code points.
Return the next extended grapheme cluster break in a string after a specified position.
Test if a position in a string marks the start of a UTF-16 surrogate pair.
Grapheme cluster break tooling.
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.
Return a regular expression to match a UTF-16 surrogate pair.
Convert a UTF-16 encoded string to an array of integers using UTF-8 encoding.
Percent-encode a UTF-16 encoded string according to RFC 3986.
Invoke a function for each UTF-16 code unit in a string.
Return the previous extended grapheme cluster break in a string before a specified position.
Return a regular expression to match an unpaired UTF-16 surrogate.
Return the position of the next Unicode code point in a string after a specified position.
Encode and decode text files in a reliable way
- text-file
- encoding
- utf-8
- utf8
- utf-16
- utf16
- utf16be
- utf16le
- utf-32
- utf32
- endianess
- big-endian
- little-endian
- codepoint
- View more