From Jason Turner

[lex.string.uneval]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpavpnzq6v/{from.md → to.md} +18 -0
tmp/tmpavpnzq6v/{from.md → to.md} RENAMED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### Unevaluated strings <a id="lex.string.uneval">[[lex.string.uneval]]</a>
2
+
3
+ ``` bnf
4
+ unevaluated-string:
5
+ string-literal
6
+ ```
7
+
8
+ An *unevaluated-string* shall have no *encoding-prefix*.
9
+
10
+ Each *universal-character-name* and each *simple-escape-sequence* in an
11
+ *unevaluated-string* is replaced by the member of the translation
12
+ character set it denotes. An *unevaluated-string* that contains a
13
+ *numeric-escape-sequence* or a *conditional-escape-sequence* is
14
+ ill-formed.
15
+
16
+ An *unevaluated-string* is never evaluated and its interpretation
17
+ depends on the context in which it appears.
18
+