/[emacs]/emacs/lisp/language/lao-util.el
ViewVC logotype

Diff of /emacs/lisp/language/lao-util.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by fx, Fri Dec 7 18:18:33 2001 UTC revision 1.17.4.1 by miles, Fri Apr 4 06:20:27 2003 UTC
# Line 86  Line 86 
86             (?(1Q(B vowel-upper "VOWEL SIGN MAI KAN")             (?(1Q(B vowel-upper "VOWEL SIGN MAI KAN")
87             (?(1R(B vowel-base "VOWEL SIGN SARA AR")             (?(1R(B vowel-base "VOWEL SIGN SARA AR")
88             (?(1S(B vowel-base "VOWEL SIGN SARA AM")             (?(1S(B vowel-base "VOWEL SIGN SARA AM")
89             (?(1T(B vowel-upper "VOWEL SIGN SARA I")             (?(1T(B vowel-upper "VOWEL SIGN SARA I")
90             (?(1U(B vowel-upper "VOWEL SIGN SARA II")             (?(1U(B vowel-upper "VOWEL SIGN SARA II")
91             (?(1V(B vowel-upper "VOWEL SIGN SARA EU")             (?(1V(B vowel-upper "VOWEL SIGN SARA EU")
92             (?(1W(B vowel-upper "VOWEL SIGN SARA UR")             (?(1W(B vowel-upper "VOWEL SIGN SARA UR")
# Line 104  Line 104 
104             (?(1c(B vowel-base "VOWEL SIGN SARA EI MAI MUAN\"")             (?(1c(B vowel-base "VOWEL SIGN SARA EI MAI MUAN\"")
105             (?(1d(B vowel-base "VOWEL SIGN SARA AI MAI MAY")             (?(1d(B vowel-base "VOWEL SIGN SARA AI MAI MAY")
106             (?(1e(B invalid nil)             (?(1e(B invalid nil)
107             (?(1f(B special "KO LA (REPETITION)")             (?(1f(B special "KO LA (REPETITION)")
108             (?(1g(B invalid nil)             (?(1g(B invalid nil)
109             (?(1h(B tone "TONE MAI EK")             (?(1h(B tone "TONE MAI EK")
110             (?(1i(B tone "TONE MAI THO")             (?(1i(B tone "TONE MAI THO")
# Line 162  Line 162 
162             (?$,1DQ(B vowel-upper "VOWEL SIGN MAI KAN")             (?$,1DQ(B vowel-upper "VOWEL SIGN MAI KAN")
163             (?$,1DR(B vowel-base "VOWEL SIGN SARA AR")             (?$,1DR(B vowel-base "VOWEL SIGN SARA AR")
164             (?$,1DS(B vowel-base "VOWEL SIGN SARA AM")             (?$,1DS(B vowel-base "VOWEL SIGN SARA AM")
165             (?$,1DT(B vowel-upper "VOWEL SIGN SARA I")             (?$,1DT(B vowel-upper "VOWEL SIGN SARA I")
166             (?$,1DU(B vowel-upper "VOWEL SIGN SARA II")             (?$,1DU(B vowel-upper "VOWEL SIGN SARA II")
167             (?$,1DV(B vowel-upper "VOWEL SIGN SARA EU")             (?$,1DV(B vowel-upper "VOWEL SIGN SARA EU")
168             (?$,1DW(B vowel-upper "VOWEL SIGN SARA UR")             (?$,1DW(B vowel-upper "VOWEL SIGN SARA UR")
# Line 596  to compose. Line 596  to compose.
596    
597  The return value is number of composed characters."  The return value is number of composed characters."
598    (if (< (1+ from) to)    (if (< (1+ from) to)
599        (prog1 (- to from)        (progn
600          (if string          (if string
601              (compose-string string from to)              (compose-string string from to)
602            (compose-region from to))            (compose-region from to))

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.17.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26