[horde] adding the euro symbol to the "special characters" selection

Liam Hoekenga liamr at umich.edu
Wed Oct 6 08:08:35 PDT 2004


This patch will add the euro symbol to services/keyboard.php, which is used by
IMP to provide the message composition "special characters" dialogue box, which
it joins the illustrious company of such as the yen and the pound.

Liam


diff -U2 -r1.13 keyboard.php
--- keyboard.php        27 Aug 2004 11:42:27 -0000      1.13
+++ keyboard.php        6 Oct 2004 15:06:27 -0000
@@ -120,4 +120,5 @@
               <option value="&#164;"> &#164; </option>
               <option value="&#165;"> &#165; </option>
+              <option value="&#8364;"> &#8364; </option>
               <option value="&#198;"> &#198; </option>
               <option value="&#230;"> &#230; </option>



More information about the horde mailing list