(fullwidth): Assign more currency signs to "$".
authorhanda <handa>
Fri, 30 Mar 2007 13:02:17 +0000 (13:02 +0000)
committerhanda <handa>
Fri, 30 Mar 2007 13:02:17 +0000 (13:02 +0000)
cjk-util.mim

index 05e7f2d..c2a55f4 100644 (file)
@@ -37,7 +37,7 @@ is inserted, then the mode is turned off.
 (map
  (fullwidth
   (" " ? )  ("!" ?!)  ("\"" ?") ("#" ?#)
-  ("$" ?$)  ("%" ?%)  ("&" ?&)  ("'" ?')
+  ("$" ("$¢£¥₩"))  ("%" ?%)  ("&" ?&)  ("'" ?')
   ("(" ?\() (")" ?\)) ("*" ?*)  ("+" ?+)
   ("," ?,)  ("-" ?-)  ("." ?.)  ("/" ?/)
   ("0" ?0)  ("1" ?1)  ("2" ?2)  ("3" ?3)