Created
October 14, 2014 06:56
-
-
Save kaworu/4098469fc5b7a85d7f17 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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