diff options
author | Francesco Potortì <pot@gnu.org> | 2001-10-25 12:18:06 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 2001-10-25 12:18:06 +0000 |
commit | a4416b143762030c2f9da651af26afc9a0505eec (patch) | |
tree | a70782c9629cbe006f25b7208d3fcea0a0e54e26 /leim/quail | |
parent | 879eadc3f98921af2598444c22467320b79496f5 (diff) | |
download | emacs-a4416b143762030c2f9da651af26afc9a0505eec.tar.gz |
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.
Diffstat (limited to 'leim/quail')
-rw-r--r-- | leim/quail/latin-alt.el | 4 | ||||
-rw-r--r-- | leim/quail/latin-post.el | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/leim/quail/latin-alt.el b/leim/quail/latin-alt.el index 7145ccc51b7..eb6ad99545c 100644 --- a/leim/quail/latin-alt.el +++ b/leim/quail/latin-alt.el @@ -1193,7 +1193,7 @@ a' -> ,Aa(B A' -> ,AA(B a` -> ,A`(B A` -> ,A@(B i^ -> ,An( 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 @@ Doubling the postfix separates the letter and postfix: e.g. a`` -> a` ("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 @@ Doubling the postfix separates the letter and postfix: e.g. a`` -> a` ("a''" ["a'"]) ("E``" ["E`"]) ("E''" ["E'"]) + ("E==" ["E="]) ("e``" ["e`"]) ("e''" ["e'"]) ("I``" ["I`"]) diff --git a/leim/quail/latin-post.el b/leim/quail/latin-post.el index 44798389dac..d2eb0a6ae24 100644 --- a/leim/quail/latin-post.el +++ b/leim/quail/latin-post.el @@ -1175,7 +1175,7 @@ a` -> ,A`(B A` -> ,A@(B e' -> ,Ai(B << -> ,A+(B 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 @@ Doubling the postfix separates the letter and postfix: e.g. a`` -> a` ("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 @@ Doubling the postfix separates the letter and postfix: e.g. a`` -> a` ("a``" ["a`"]) ("E``" ["E`"]) ("E''" ["E'"]) + ("E==" ["E="]) ("e``" ["e`"]) ("e''" ["e'"]) ("I``" ["I`"]) |