Closed
Description
I regret adding this API now, because it doesn't serve much purpose, and is only likely to cause confusion and bugs. The intention was that this would return the number of "characters" in a string independent of encoding, but that's not generally useful. In almost all cases, one of the encoding-specific napi_get_value_string_*
APIs is more correct. (Pass a null buffer if only the encoded length is desired.)
Anyway the current V8 implementation of napi_get_value_string_length()
is technically wrong: it returns the number of 2-byte code points of the UTF-16 encoding, but there are actually characters that are encoded as two UTF-16 code points.
Metadata
Metadata
Assignees
Labels
No labels