注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。
str.
If form is specified, the string is normalized.
Parameters
Returns
Uint8Array
The UTF-8 byte representation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。
function toUtf8Bytes(str, form?): Uint8Array
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. |
Uint8Array
The UTF-8 byte representation.
