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 1901
1901
1902
1902
\pnum
1903
1903
\indextext {concatenation!string}%
1904
- The common \grammarterm {encoding-prefix}
1905
- for a sequence of adjacent \grammarterm {string-literal}s
1906
- is determined pairwise as follows.
1907
- If two \grammarterm {string-literal}{s} have
1908
- the same \grammarterm {encoding-prefix},
1909
- the common \grammarterm {encoding-prefix} is that \grammarterm {encoding-prefix}.
1910
- If one \grammarterm {string-literal} has no \grammarterm {encoding-prefix},
1911
- the common \grammarterm {encoding-prefix} is that
1912
- of the other \grammarterm {string-literal}.
1913
- Any other combinations are ill-formed.
1904
+ The \grammarterm {string-literal}{s} in
1905
+ any sequence of adjacent \grammarterm {string-literal}{s}
1906
+ shall have at most one unique \grammarterm {encoding-prefix} among them.
1907
+ The common \grammarterm {encoding-prefix} of the sequence is
1908
+ that \grammarterm {encoding-prefix}, if any.
1914
1909
\begin {note }
1915
1910
A \grammarterm {string-literal}'s rawness has
1916
1911
no effect on the determination of the common \grammarterm {encoding-prefix}.
You can’t perform that action at this time.
0 commit comments