Changeset 23240
- Timestamp:
- 01/31/06 00:42:47 (3 years ago)
- Files:
-
- 1 modified
-
doc/trunk/design/syn/S02.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/trunk/design/syn/S02.pod
r23239 r23240 1170 1170 =item * 1171 1171 1172 You may interpolate any Unicode codepoint by name using C<\c> and square brackets: 1172 You may interpolate any Unicode codepoint by name using C<\c> and 1173 square brackets: 1173 1174 1174 1175 "\c[NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE]" 1175 1176 1176 Multiple codepoints constituting a single may be interpolated with1177 a single C<\c> by separating the names with comma:1177 Multiple codepoints constituting a single character may be interpolated 1178 with a single C<\c> by separating the names with comma: 1178 1179 1179 1180 "\c[LATIN CAPITAL LETTER A, COMBINING RING ABOVE]" 1180 1181 1181 1182 Whether that is regarded as one character or two depends on the 1182 Unicode support level of the current lexical scope. It is also possible to1183 interpolate multiple codepoints that do not resolve to a single 1184 character:1183 Unicode support level of the current lexical scope. It is also 1184 possible to interpolate multiple codepoints that do not resolve to 1185 a single character: 1185 1186 1186 1187 "\c[LATIN CAPITAL LETTER A, LATIN CAPITAL LETTER B]"
