diff --git a/bin/little b/bin/little index 4ab9ff8..29af371 100755 --- a/bin/little +++ b/bin/little @@ -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;