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
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
UCS-2 is also multibyte encoding (2-byte, fixed-length), and it is written in partially.
The 5th byte (0x46) of
buf
is a part of 3rd char (う
, U+3046).And,
write()
should return 4 (2-chars * 2-bytes), not 6.from @koichik. possibly V8 bug.
The text was updated successfully, but these errors were encountered: