summaryrefslogtreecommitdiff
path: root/src/features
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2022-07-09 21:09:51 +0300
committerRasmus Andersson <rasmus@notion.se>2022-07-09 21:09:51 +0300
commit64397417445ee60169a3f4cc36a2a87941d277a3 (patch)
tree6debccac53ab4ad0117d3963e6e78a4376368f3b /src/features
parent0b1c28a74b03caab0391cb2e7d0b5bf02c55be05 (diff)
downloadinter-64397417445ee60169a3f4cc36a2a87941d277a3.tar.xz
remove /enclosingcirclecomb and /enclosingsquarecomb, reassign their codepoints to /largeCircle and /whiteLargeSquare, respectively
Diffstat (limited to 'src/features')
-rw-r--r--src/features/ccmp.fea28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/features/ccmp.fea b/src/features/ccmp.fea
index 78eff8c09..8de02fc2f 100644
--- a/src/features/ccmp.fea
+++ b/src/features/ccmp.fea
@@ -682,31 +682,3 @@ sub leftArrow enclosingcirclecomb by leftArrow.circled;
sub rightArrow enclosingcirclecomb by rightArrow.circled;
sub dngb_check enclosingcirclecomb by dngb_check.circled;
sub dngb_ballotx enclosingcirclecomb by dngb_ballotx.circled;
-
-# enclosingsquarecomb * -> "hey you got the wrong order"
-# See https://github.com/rsms/inter/issues/335
-@ENCLOSED_BASE = [
- A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
- zero one two three four five six seven eight nine
- zero.slash one.ss01 three.1 four.ss01 six.ss01 nine.ss01
- exclam
- question
- numbersign
- hyphen
- less
- greater
- equal
- plus
- minus
- multiply
- fraction slash
- divide
- upArrow
- downArrow
- leftArrow
- rightArrow
- dngb_check
- dngb_ballotx
-];
-sub enclosingsquarecomb' @ENCLOSED_BASE by whiteLargeSquare;
-sub enclosingcirclecomb' @ENCLOSED_BASE by largeCircle;