From a6ae67f1b6842ac2da50775a3f480b0b8af98382 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 21 Feb 2015 06:54:23 +0100 Subject: [PATCH] digraphs: propose additional currency signs --- shiar.inc.txt | 11 ++++++++--- unicode-table.inc.pl | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/shiar.inc.txt b/shiar.inc.txt index 7076780..ba18093 100644 --- a/shiar.inc.txt +++ b/shiar.inc.txt @@ -44,10 +44,14 @@ # currency #=e € # in vim #Eu € # in zsh and vim -#=R ₽ # in vim +=B ฿ # more like B/, but prefer that for diacritical letter =d ₫ +=g ₴ # derived from cursive g= (soundalike h= or lookalike 2= seem bad options) +=L ₺ =N ₦ -=P ₱ # conflicts with vim alternative for =R +#=P ₽ # in vim +=p ₱ # =P conflicts with vim alternative for ruble +=R ₹ # conflicts with vim alternative for ruble =t ₮ K/ ₭ Rs ₨ @@ -205,7 +209,7 @@ O. Ȯ o. ȯ N! Ǹ n! ǹ -Y- Ȳ +Y- Ȳ # conflicts with vim alternative for yen y- ȳ 'i ͺ # spacing iota subscript (like "i for combining) =v ⇓ @@ -228,6 +232,7 @@ ji ї # yi # idem JI Ї # YI Z1 Ʒ # ED # doesn't make sense, put it with S1 z1 ʒ # ed # not in vim +=Y ¥ # Ye # also Y- in vim # bars and strokes A/ Ⱥ diff --git a/unicode-table.inc.pl b/unicode-table.inc.pl index a03577d..ec61e41 100644 --- a/unicode-table.inc.pl +++ b/unicode-table.inc.pl @@ -20,7 +20,7 @@ punctuation => { symbols => { binary => [qw{. ⚋ ⚊ . ⚐ ⚑ . ☺ ☹ . ✓ ✗ . ✔ ✘ . ◄ ► }], # opposites - currency => [qw{. ¤ ¢ ₥ € £ ₹ $ ¥ . ฿ ₫ ₭ ₦ ₱ ₮ ₩ ₪}], + currency => [qw{. ¤ ¢ ₥ € £ ₹ $ ¥ . ฿ ₫ ₭ ₺ ₦ ₽ ₩ ₪}], cards => [ qw{. ♢ ♡ ♠ ♣ . ♦ ♥ ♤ ♧ }, # diamonds, hearts, clubs, spades # qw{. 🔔 ❀ -⛨ 🌰 }, # bells, roses, shields, acorns -- 2.30.0