File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Synopsis 2: Bits and Pieces
14
14
Created: 10 Aug 2004
15
15
16
16
Last Modified: 9 Jan 2011
17
- Version: 232
17
+ Version: 233
18
18
19
19
This document summarizes Apocalypse 2, which covers small-scale
20
20
lexical items and typological issues. (These Synopses also contain
Original file line number Diff line number Diff line change @@ -218,7 +218,10 @@ The single-character modifiers also have longer versions:
218
218
219
219
The C<:i> (or C<:ignorecase>) modifier causes case distinctions to be
220
220
ignored in its lexical scope, but not in its dynamic scope. That is,
221
- subrules always use their own case settings.
221
+ subrules always use their own case settings. The amount of case folding
222
+ depends on the current context. In byte and codepoint mode, level 1 case folding
223
+ is required (as defined in TR18 section 2.4). In grapheme mode level 2 is
224
+ required.
222
225
223
226
The C<:ii> (or C<:samecase>) variant may be used on a substitution to change the
224
227
substituted string to the same case pattern as the matched string.
You can’t perform that action at this time.
0 commit comments