Skip to content

Commit a8bd3f9

Browse files
committed
shared27/code: Remove dotted circle when adding character
1 parent c027f5f commit a8bd3f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared27/code.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,7 @@ function add (ch) {
790790
while (ch.charAt(0) == defaults.ccbase) {
791791
ch = ch.substr(1)
792792
}
793+
ch = ch.replace(/\u25CC/g,'')
793794
// remove leading zwj (used esp for arabic vowels)
794795
//ch = ch.replace(/\u200D/g,'').replace(/\u0640/g,'')
795796
// removed above because it affects other scripts like Sundanese

0 commit comments

Comments
 (0)