str.
If form is specified, the string is normalized.
Parameters
Returns
number[]
The UTF-8 code-points.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function toUtf8CodePoints(str, form?): number[]
str.
If form is specified, the string is normalized.
| Parameter | Type | Description |
|---|---|---|
str | string | The string to convert. |
form? | UnicodeNormalizationForm | The normalization form to use. |
number[]
The UTF-8 code-points.
Was this page helpful?
