(documentation . t)))
;; For automatic composition.
-(let ((chars "\e(1QTUVWXY[\hijklm\e(B"))
- (dotimes (i (length chars))
- (aset composition-function-table (aref chars i)
- 'lao-composition-function)))
+;; (let ((chars "\e(1QTUVWXY[\hijklm\e(B"))
+;; (dotimes (i (length chars))
+;; (aset composition-function-table (aref chars i)
+;; 'lao-composition-function)))
+(set-char-table-range composition-function-table '(#xE80 . #xEDF)
+ '(("[\xE80-\xEDF]+" . font-shape-text)))
(provide 'lao)
;; For automatic composition.
(set-char-table-range composition-function-table '(#x0d00 . #x0d7f)
- 'malayalam-composition-function)
-
+ '(("[\x0D00-\x0D7F]+" . font-shape-text)))
(provide 'malayalam)
;; For automatic composition.
(set-char-table-range composition-function-table '(#x0b80 . #x0bff)
- 'tamil-composition-function)
+ '(("[\x0B80-\x0BFF]+" . font-shape-text)))
(provide 'tamil)
;;; arch-tag: 2201ac78-7d1e-4674-9bcb-9923c7a2bd9c