add ignore case in asciitilde_asciitilde_greater

This commit is contained in:
subframe7536 2024-09-04 09:03:39 +08:00
parent bbd6b20d6c
commit e3d58a96b4
2 changed files with 2 additions and 0 deletions

View file

@ -1135,6 +1135,7 @@ feature calt {
lookup asciitilde_asciitilde_greater.liga { lookup asciitilde_asciitilde_greater.liga {
ignore sub asciitilde asciitilde' asciitilde greater; ignore sub asciitilde asciitilde' asciitilde greater;
ignore sub asciitilde' asciitilde greater greater; ignore sub asciitilde' asciitilde greater greater;
ignore sub less asciitilde' asciitilde greater;
sub SPC SPC greater' by asciitilde_asciitilde_greater.liga; sub SPC SPC greater' by asciitilde_asciitilde_greater.liga;
sub SPC asciitilde' greater by SPC; sub SPC asciitilde' greater by SPC;
sub asciitilde' asciitilde greater by SPC; sub asciitilde' asciitilde greater by SPC;

View file

@ -1135,6 +1135,7 @@ feature calt {
lookup asciitilde_asciitilde_greater.liga { lookup asciitilde_asciitilde_greater.liga {
ignore sub asciitilde asciitilde' asciitilde greater; ignore sub asciitilde asciitilde' asciitilde greater;
ignore sub asciitilde' asciitilde greater greater; ignore sub asciitilde' asciitilde greater greater;
ignore sub less asciitilde' asciitilde greater;
sub SPC SPC greater' by asciitilde_asciitilde_greater.liga; sub SPC SPC greater' by asciitilde_asciitilde_greater.liga;
sub SPC asciitilde' greater by SPC; sub SPC asciitilde' greater by SPC;
sub asciitilde' asciitilde greater by SPC; sub asciitilde' asciitilde greater by SPC;