* Add characters:

- LATIN CAPITAL LETTER P WITH STROKE (`U+2C63`);
  - LATIN CAPITAL LETTER R WITH TAIL (`U+2C64`);
  - LATIN SMALL LETTER A WITH STROKE (`U+2C65`);
  - LATIN SMALL LETTER T WITH DIAGONAL STROKE (`U+2C66`);
  - LATIN CAPITAL LETTER M WITH HOOK (`U+2C6E`);
This commit is contained in:
be5invis 2022-11-26 20:11:00 -08:00
parent fd4702a0a6
commit f5ffe70188
5 changed files with 29 additions and 1 deletions

View file

@ -96,6 +96,9 @@ export : define decompositionOverrides : object
."\u1EE2" "\u01A0\u0323"
."\u1EE3" "\u01A1\u0323"
."\u2C65" "a\u0337"
."\u2C66" "t\u0338"
# Cyrillic composite characters
."\u0498" "\u0417\u0327"
."\u0499" "\u0437\u0327"