diff options
| author | Juergen Hoetzel <[email protected]> | 2023-08-26 13:26:24 +0200 |
|---|---|---|
| committer | Jürgen Hötzel <[email protected]> | 2023-08-27 12:33:33 +0200 |
| commit | 8c2202c73d1d92a6f32ff0f7ea9f58818fe53c75 (patch) | |
| tree | c10d7fd176604e05ca01d3b9a42d7b2d588bc1cc /patches | |
| parent | 741704cc6f7ad8f4c78460154b4ced3c64e0ddd0 (diff) | |
| download | ziglings-8c2202c73d1d92a6f32ff0f7ea9f58818fe53c75.tar.xz ziglings-8c2202c73d1d92a6f32ff0f7ea9f58818fe53c75.zip | |
Add example for Unicode Code point literal > 255
Only Basic Latin and Latin-1 Supplement code points fit into a single
byte.
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/059_integers.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/patches/059_integers.patch b/patches/patches/059_integers.patch index 7075ebe..c75cf8a 100644 --- a/patches/patches/059_integers.patch +++ b/patches/patches/059_integers.patch @@ -1,4 +1,4 @@ -22,24c22,24 +23,25c23,25 < 0o131, // octal < 0b1101000, // binary < 0x66, // hex |
