changeset 40300:241787c37705

Add the Euro symbol to the italian-postfix and italian-alt-postfix input methods. The users with a latin-1 font will see the international currency symbol, those with a latin-15 (iso-8859-15) font will see the euro symbol.
author Francesco Potortì <pot@gnu.org>
date Thu, 25 Oct 2001 12:16:42 +0000
parents cb8b9d493228
children 6500bb9520ba
files leim/quail/latin-alt.el leim/quail/latin-post.el
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/leim/quail/latin-alt.el	Thu Oct 25 10:13:23 2001 +0000
+++ b/leim/quail/latin-alt.el	Thu Oct 25 12:16:42 2001 +0000
@@ -1193,7 +1193,7 @@
 e' -> ,Ai(B    E' -> ,AI(B    e` -> ,Ah(B    E` -> ,AH(B    I^ -> ,AN(B    >> -> ,A;(B
 i' -> ,Am(B    I' -> ,AM(B    i` -> ,Al(B    I` -> ,AL(B               o_ -> ,A:(B
 o' -> ,As(B    O' -> ,AS(B    o` -> ,Ar(B    O` -> ,AR(B               a_ -> ,A*(B
-u' -> ,Az(B    U' -> ,AZ(B    u` -> ,Ay(B    U` -> ,AY(B    
+u' -> ,Az(B    U' -> ,AZ(B    u` -> ,Ay(B    U` -> ,AY(B               E= -> ,A$(B
 
 This method is for purists who like accents the old way.
 
@@ -1207,6 +1207,7 @@
  ("a'" ?,Aa(B)
  ("E`" ?,AH(B)
  ("E'" ?,AI(B)
+ ("E=" ?,A$(B)
  ("e`" ?,Ah(B)
  ("e'" ?,Ai(B)
  ("I`" ?,AL(B)
@@ -1234,6 +1235,7 @@
  ("a''" ["a'"])
  ("E``" ["E`"])
  ("E''" ["E'"])
+ ("E==" ["E="])
  ("e``" ["e`"])
  ("e''" ["e'"])
  ("I``" ["I`"])
--- a/leim/quail/latin-post.el	Thu Oct 25 10:13:23 2001 +0000
+++ b/leim/quail/latin-post.el	Thu Oct 25 12:16:42 2001 +0000
@@ -1175,7 +1175,7 @@
 e` -> ,Ah(B    E` -> ,AH(B    E' -> ,AI(B    >> -> ,A;(B
 i` -> ,Al(B    I` -> ,AL(B               o_ -> ,A:(B
 o` -> ,Ar(B    O` -> ,AR(B               a_ -> ,A*(B
-u` -> ,Ay(B    U` -> ,AY(B
+u` -> ,Ay(B    U` -> ,AY(B               E= -> ,A$(B
 
 Typewriter-style italian characters.
 
@@ -1187,6 +1187,7 @@
  ("a`" ?,A`(B)
  ("E`" ?,AH(B)
  ("E'" ?,AI(B)
+ ("E=" ?,A$(B)
  ("e`" ?,Ah(B)
  ("e'" ?,Ai(B)
  ("I`" ?,AL(B)
@@ -1204,6 +1205,7 @@
  ("a``" ["a`"])
  ("E``" ["E`"])
  ("E''" ["E'"])
+ ("E==" ["E="])
  ("e``" ["e`"])
  ("e''" ["e'"])
  ("I``" ["I`"])