]> git.eshelyaron.com Git - emacs.git/commitdiff
Setup case table for Vietnamese.
authorKenichi Handa <handa@m17n.org>
Sun, 13 Feb 2000 23:50:32 +0000 (23:50 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 13 Feb 2000 23:50:32 +0000 (23:50 +0000)
lisp/international/characters.el

index 170575eae782b1630f35333d03114c1fe809fd57..b10032cd2ff104dae6c74ea59c543bfb7bbd3875 100644 (file)
   (modify-category-entry upper ?l)     ; latin characters.
   )
 
+(let ((tbl (standard-case-table))
+      (i 32))
+  (while (< i 128)
+    (set-case-syntax-pair (make-char 'vietnamese-viscii-upper i)
+                         (make-char 'vietnamese-viscii-lower i)
+                         tbl)
+    (setq i (1+ i))))
+
 \f
 ;;; Setting word boundary.