comparison lisp/language/ind-util.el @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 2f877ed80fa6
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
1257 (setq code (+ (* (- (nth 1 split) 32) 96) (nth 2 split) -32)) 1257 (setq code (+ (* (- (nth 1 split) 32) 96) (nth 2 split) -32))
1258 (cons (% code 256) (aref indian-script-table (/ code 256))))) 1258 (cons (% code 256) (aref indian-script-table (/ code 256)))))
1259 1259
1260 (provide 'ind-util) 1260 (provide 'ind-util)
1261 1261
1262 ;;; arch-tag: 59aacd71-46c2-4cb3-bb26-e12bbad55545
1263 ;;; ind-util.el ends here 1262 ;;; ind-util.el ends here