From 435710ed6b0da9a419b8ecfe25d4b65db9bf9cbd Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 22 Feb 2015 23:06:52 +0100 Subject: [PATCH] digraphs: propose common arabic digits RFC-1345 actually describes these characters, but the listed code points have changed in modern Unicode mapping instead to the "extended" variants subsequently implemented in Vim. Regard current implementations as canon, and reencode the intended characters with different mnemonics. --- shiar.inc.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/shiar.inc.txt b/shiar.inc.txt index 4d1a183..9ff39e5 100644 --- a/shiar.inc.txt +++ b/shiar.inc.txt @@ -538,6 +538,18 @@ oK ㅛ eK ㅕ EK ㅖ +# eastern arabic digits (0a-9a are persian variants) +1A ١ +2A ٢ +3A ٣ +4A ٤ +5A ٥ +6A ٦ +7A ٧ +8A ٨ +9A ٩ +0A ٠ + # common formatting control ZS ​ # ZWSP; capitals like other Cc ZN ‌ # ZWNJ; less obvious alt: 'Z -- 2.30.0