quail/py-b5: Use U+3007 for ideographic zero (bug#3179)
* leim/leim-ext.el ("quail/PY-b5"): Use U+3007 instead of U+25CB for
ideographic zero. U+25CB (used previously) is only one of the several
lookalikes (bug#3179).
This commit is contained in:
committed by
Lars Ingebrigtsen
parent
2a41fe2eaf
commit
ad6ea982e4
@@ -29,7 +29,7 @@
|
||||
;;; Code:
|
||||
|
||||
(eval-after-load "quail/PY-b5"
|
||||
'(quail-defrule "ling2" ?○ nil t))
|
||||
'(quail-defrule "ling2" ?〇 nil t))
|
||||
|
||||
;; Enable inputting full-width space (U+3000).
|
||||
(eval-after-load "quail/Punct"
|
||||
|
||||
Reference in New Issue
Block a user