add ( ) to little
This commit is contained in:
parent
9f084fcd32
commit
92a86afffe
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ my %num = (
|
|||
0 => '⁰', 1 => '¹', 2 => '²', 3 => '³',
|
||||
([4..9] Z ['⁴'..'⁹']).Map
|
||||
);
|
||||
my %other = ('!' => 'ꜝ', '.' => '·');
|
||||
my %other = ('!' => 'ꜝ', '.' => '·', '(' => '⁽', ')' => '⁾');
|
||||
# }}}
|
||||
my %caseless = %lc, %num, %other;
|
||||
my %cased = %uc, %caseless;
|
||||
|
|
Loading…
Add table
Reference in a new issue