You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
N-API currently supports UTF-8 and UTF-16 string encoding. V8 additionally supports latin1 string encoding, called "OneByte" strings in the V8 APIs, and it is widely used.
Proposed additional APIs:
napi_create_string_latin1
napi_get_value_string_latin1_length
napi_get_value_string_latin1
The text was updated successfully, but these errors were encountered:
N-API currently supports UTF-8 and UTF-16 string encoding. V8 additionally supports latin1 string encoding, called "OneByte" strings in the V8 APIs, and it is widely used.
Proposed additional APIs:
napi_create_string_latin1
napi_get_value_string_latin1_length
napi_get_value_string_latin1
The text was updated successfully, but these errors were encountered: