en.javascript.info icon indicating copy to clipboard operation
en.javascript.info copied to clipboard

Fix incorrect use of "bytes" when referring to Unicode code points

Open wjw020206 opened this issue 5 months ago • 0 comments

This PR corrects the phrase "1 to 6 bytes" to "1 to 6 hexadecimal digits" in the Unicode code point description. Unicode code points range from 0x0 to 0x10FFFF, which requires up to 6 hex digits (21 bits), not 6 bytes.

wjw020206 avatar Jul 31 '25 00:07 wjw020206