Add example for Unicode Code point literal > 255
Only Basic Latin and Latin-1 Supplement code points fit into a single byte.
This commit is contained in:
parent
1e9124b333
commit
9fce9bd57f
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
22,24c22,24
|
||||
23,25c23,25
|
||||
< 0o131, // octal
|
||||
< 0b1101000, // binary
|
||||
< 0x66, // hex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue