File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 1896
1896
1897
1897
\pnum
1898
1898
\indextext {concatenation!string}%
1899
- The common \grammarterm {encoding-prefix}
1900
- for a sequence of adjacent \grammarterm {string-literal}s
1901
- is determined pairwise as follows:
1902
- If two \grammarterm {string-literal}{s} have
1903
- the same \grammarterm {encoding-prefix},
1904
- the common \grammarterm {encoding-prefix} is that \grammarterm {encoding-prefix}.
1905
- If one \grammarterm {string-literal} has no \grammarterm {encoding-prefix},
1906
- the common \grammarterm {encoding-prefix} is that
1907
- of the other \grammarterm {string-literal}.
1908
- Any other combinations are ill-formed.
1899
+ The \grammarterm {string-literal}{s} in
1900
+ any sequence of adjacent \grammarterm {string-literal}{s}
1901
+ shall have at most one unique \grammarterm {encoding-prefix} among them.
1902
+ The common \grammarterm {encoding-prefix} of the sequence is
1903
+ that \grammarterm {encoding-prefix}, if any.
1909
1904
\begin {note }
1910
1905
A \grammarterm {string-literal}'s rawness has
1911
1906
no effect on the determination of the common \grammarterm {encoding-prefix}.
You can’t perform that action at this time.
0 commit comments