emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/language/lao.el


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/language/lao.el
Date: Fri, 07 Dec 2001 13:16:15 -0500

Index: emacs/lisp/language/lao.el
diff -c emacs/lisp/language/lao.el:1.15 emacs/lisp/language/lao.el:1.16
*** emacs/lisp/language/lao.el:1.15     Sun Jul 15 15:53:53 2001
--- emacs/lisp/language/lao.el  Fri Dec  7 13:16:15 2001
***************
*** 2,7 ****
--- 2,8 ----
  
  ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
  ;; Licensed to the Free Software Foundation.
+ ;; Copyright (C) 2001 Free Software Foundation, Inc.
  
  ;; Keywords: multilingual, Lao
  
***************
*** 31,37 ****
   "8-bit encoding for ASCII (MSB=0) and LAO (MSB=1)"
   '(ascii lao nil nil
     nil nil)
!  '((safe-charsets ascii lao)))
  
  (set-language-info-alist
   "Lao" '((charset lao)
--- 32,39 ----
   "8-bit encoding for ASCII (MSB=0) and LAO (MSB=1)"
   '(ascii lao nil nil
     nil nil)
!  '((safe-charsets ascii lao)
!    (post-read-conversion . lao-post-read-conversion)))
  
  (set-language-info-alist
   "Lao" '((charset lao)
***************
*** 44,58 ****
         (documentation . t)))
  
  (aset use-default-ascent ?(1;(B t)
  (aset use-default-ascent ?(1=(B t)
  (aset use-default-ascent ?(1?(B t)
  (aset use-default-ascent ?(1B(B t)
  (aset ignore-relative-composition ?(1\(B t)
  
  ;; Register a function to compose Lao characters.
! (aset composition-function-table (make-char 'lao)
!       '(("\\c0\\c9?\\(\\(\\c2\\|\\c3\\)\\c4?\\|\\c4\\)?"
!        . lao-composition-function)))
  
  (provide 'lao)
  
--- 46,67 ----
         (documentation . t)))
  
  (aset use-default-ascent ?(1;(B t)
+ (aset use-default-ascent ?$,1D;(B t)
  (aset use-default-ascent ?(1=(B t)
+ (aset use-default-ascent ?$,1D=(B t)
  (aset use-default-ascent ?(1?(B t)
+ (aset use-default-ascent ?$,1D?(B t)
  (aset use-default-ascent ?(1B(B t)
+ (aset use-default-ascent ?$,1DB(B t)
  (aset ignore-relative-composition ?(1\(B t)
+ (aset ignore-relative-composition ?$,1D\(B t)
  
  ;; Register a function to compose Lao characters.
! (let ((patterns '(("\\c0\\c9?\\(\\(\\c2\\|\\c3\\)\\c4?\\|\\c4\\)?"
!        . lao-composition-function))))
!   (aset composition-function-table (make-char 'lao) patterns)
!   (dotimes (i (1+ (- #xeff #xe80)))
!     (aset composition-function-table (decode-char 'ucs (+ i #xe80)) 
patterns)))
  
  (provide 'lao)
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]