From 4d1e2a90f35c506a92a7c55ff045af6ec370ec5e Mon Sep 17 00:00:00 2001 From: be5invis Date: Sun, 25 Dec 2022 09:58:40 -0800 Subject: [PATCH] Fix variant assignment of CYRILLIC SMALL LETTER SHHA (`U+04BB`) (#1500). --- changes/17.0.2.md | 1 + params/variants.toml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/changes/17.0.2.md b/changes/17.0.2.md index 58a676795..57b9ab702 100644 --- a/changes/17.0.2.md +++ b/changes/17.0.2.md @@ -1,3 +1,4 @@ * Fix variant assignment of - Italic CYRILLIC SMALL LETTER TE (`U+0442`) (#1498). - CYRILLIC SMALL LETTER ZHE WITH DESCENDER (`U+0497`) (#1499). + - CYRILLIC SMALL LETTER SHHA (`U+04BB`) (#1500). \ No newline at end of file diff --git a/params/variants.toml b/params/variants.toml index 33b0310c8..a55068b76 100644 --- a/params/variants.toml +++ b/params/variants.toml @@ -2551,7 +2551,7 @@ selector."h/sansSerif" = "tailed" selector.hHookTop = "tailed" selector.hHookTopLTail = "straight" selector.heng = "straight" -selector."cyrl/shha" = "straight" +selector."cyrl/shha" = "tailed" [prime.h.variants.straight-motion-serifed] rank = 3 @@ -2562,7 +2562,7 @@ selector."h/sansSerif" = "straight" selector.hHookTop = "straightMotionSerifed" selector.hHookTopLTail = "straightMotionSerifed" selector.heng = "straightTopLeftSerifed" -selector."cyrl/shha" = "straightTopLeftSerifed" +selector."cyrl/shha" = "straightMotionSerifed" [prime.h.variants.tailed-motion-serifed] rank = 4 @@ -2573,7 +2573,7 @@ selector."h/sansSerif" = "tailed" selector.hHookTop = "tailedMotionSerifed" selector.heng = "straightTopLeftSerifed" selector.hengLTail = "straightTopLeftSerifed" -selector."cyrl/shha" = "straightTopLeftSerifed" +selector."cyrl/shha" = "tailedMotionSerifed" [prime.h.variants.straight-top-left-serifed] rank = 5