| ... | @@ -783,7 +783,7 @@ pub fn main() void { | ... | @@ -783,7 +783,7 @@ pub fn main() void { |
| 783 | Because Zig source code is {#link|UTF-8 encoded|Source Encoding#}, any non-ASCII bytes appearing within a string literal | 783 | Because Zig source code is {#link|UTF-8 encoded|Source Encoding#}, any non-ASCII bytes appearing within a string literal |
| 784 | in source code carry their UTF-8 meaning into the content of the string in the Zig program; | 784 | in source code carry their UTF-8 meaning into the content of the string in the Zig program; |
| 785 | the bytes are not modified by the compiler. | 785 | the bytes are not modified by the compiler. |
| 786 | However, it is possible to embbed non-UTF-8 bytes into a string literal using <code>\xNN</code> notation. | 786 | However, it is possible to embed non-UTF-8 bytes into a string literal using <code>\xNN</code> notation. |
| 787 | </p> | 787 | </p> |
| 788 | <p> | 788 | <p> |
| 789 | Unicode code point literals have type {#syntax#}comptime_int{#endsyntax#}, the same as | 789 | Unicode code point literals have type {#syntax#}comptime_int{#endsyntax#}, the same as |