Changeset 23240

Show
Ignore:
Timestamp:
01/31/06 00:42:47 (3 years ago)
Author:
larry
Message:

typo in previous ci.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/trunk/design/syn/S02.pod

    r23239 r23240  
    11701170=item * 
    11711171 
    1172 You may interpolate any Unicode codepoint by name using C<\c> and square brackets: 
     1172You may interpolate any Unicode codepoint by name using C<\c> and 
     1173square brackets: 
    11731174 
    11741175    "\c[NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE]" 
    11751176 
    1176 Multiple codepoints constituting a single may be interpolated with 
    1177 a single C<\c> by separating the names with comma: 
     1177Multiple codepoints constituting a single character may be interpolated 
     1178with a single C<\c> by separating the names with comma: 
    11781179 
    11791180    "\c[LATIN CAPITAL LETTER A, COMBINING RING ABOVE]" 
    11801181 
    11811182Whether that is regarded as one character or two depends on the 
    1182 Unicode support level of the current lexical scope.  It is also possible to 
    1183 interpolate multiple codepoints that do not resolve to a single 
    1184 character: 
     1183Unicode support level of the current lexical scope.  It is also 
     1184possible to interpolate multiple codepoints that do not resolve to 
     1185a single character: 
    11851186 
    11861187    "\c[LATIN CAPITAL LETTER A, LATIN CAPITAL LETTER B]"