en.javascript.info
en.javascript.info copied to clipboard
Fix incorrect use of "bytes" when referring to Unicode code points
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.