composition-function-table for Lao vowels and tones.
(lao): Don't use lao-post-read-conversion.
(features lao-util)
(documentation . t)))
-;; Register a function to compose Lao characters.
-(set-char-table-range composition-function-table
- '(#x0F00 . #x0F7F)
- '(("\\c0\\c9?\\(\\(\\c2\\|\\c3\\)\\c4?\\|\\c4\\)?"
- . lao-composition-function)))
+;; For automatic composition.
+(let ((chars "\e(1QTUVWXY[\hijklm\e(B"))
+ (dotimes (i (length chars))
+ (aset composition-function-table (aref chars i)
+ 'lao-composition-function)))
(provide 'lao)