mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
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:
committed by
Jürgen Hötzel
parent
741704cc6f
commit
8c2202c73d
@@ -1,4 +1,4 @@
|
||||
22,24c22,24
|
||||
23,25c23,25
|
||||
< 0o131, // octal
|
||||
< 0b1101000, // binary
|
||||
< 0x66, // hex
|
||||
|
||||
Reference in New Issue
Block a user