From 01379c14b674eb3152ded7963549ef7c0121026f Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 19 Jun 2009 04:07:22 +0000 Subject: [PATCH] (smart-quotes): New map. --- MIM/vi-base.mim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MIM/vi-base.mim b/MIM/vi-base.mim index be70111..b9594d7 100644 --- a/MIM/vi-base.mim +++ b/MIM/vi-base.mim @@ -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 ("\\")) -- 1.7.10.4