add ( ) to little

This commit is contained in:
rhiannon morris 2023-11-10 02:25:32 +01:00
parent 9f084fcd32
commit 92a86afffe
1 changed files with 1 additions and 1 deletions

View File

@ -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;