(smart-quotes): New map.
authorhanda <handa>
Fri, 19 Jun 2009 04:07:22 +0000 (04:07 +0000)
committerhanda <handa>
Fri, 19 Jun 2009 04:07:22 +0000 (04:07 +0000)
MIM/vi-base.mim

index be70111..b9594d7 100644 (file)
@@ -121,6 +121,12 @@ to be included in the other Vietnamese input method (e.g. vi-telex, vi-vni).
   ("0" ?0) ("1" ?1) ("2" ?2) ("3" ?3) ("4" ?4)
   ("5" ?5) ("6" ?6) ("7" ?7) ("8" ?8) ("9" ?9))
 
+ (smart-quotes
+   ("'" ?\')
+   ("''" "‘’")
+   ("\"" ?\")
+   ("\"\"" "“”"))
+
  (permanent-escape
   ("\\"))