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