Commit 0bf8c67
authored
Fix Encoding considerations description of codepoint escape sequences. (#339)
The previous text suggested that the \U escape sequence form could only be used
with codepoints starting at U+10000, and that both \u and \U forms had to use
uppercase hexadecimal characters. This commit updates to correctly reflect that
\U escapes can use any codepoint (U+0 to U+10FFFF) and the hexadecimal
characters are case-insensitive.1 parent 9527af6 commit 0bf8c67
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12674 | 12674 | | |
12675 | 12675 | | |
12676 | 12676 | | |
12677 | | - | |
| 12677 | + | |
| 12678 | + | |
12678 | 12679 | | |
12679 | 12680 | | |
12680 | 12681 | | |
| |||
0 commit comments