Skip to main content

Text.from_codepoints

Text.from_codepointscodepoints

Documentation

Takes an array of numbers and returns the text resulting from interpreting it as a sequence of Unicode codepoints. This is useful for low-level operations, such as binary data encoding and decoding.

Examples

Converting a vector of codepoints back into a text.

      Text.from_codepoints [129318, 127996, 8205, 9794, 65039]