Skip to content

Instantly share code, notes, and snippets.

@kaworu
Created October 14, 2014 06:56
Show Gist options
  • Save kaworu/4098469fc5b7a85d7f17 to your computer and use it in GitHub Desktop.
Save kaworu/4098469fc5b7a85d7f17 to your computer and use it in GitHub Desktop.
In translation phase 6, the multibyte character sequences specified by any sequence of
adjacent character and identically-prefixed string literal tokens are concatenated into a
single multibyte character sequence. If any of the tokens has an encoding prefix, the
resulting multibyte character sequence is treated as having the same prefix; otherwise, it
is treated as a character string literal. Whether differently-prefixed wide string literal
tokens can be concatenated and, if so, the treatment of the resulting multibyte character
sequence are implementation-defined.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment