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:
Juergen Hoetzel 2023-08-26 13:26:24 +02:00 committed by Jürgen Hötzel
parent 1e9124b333
commit 9fce9bd57f
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
22,24c22,24
23,25c23,25
< 0o131, // octal
< 0b1101000, // binary
< 0x66, // hex