view etc/nxml/02150-0218F.el @ 102422:82f82b92314e

(CODING_ISO_CMP_STATUS): New macro. (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros. (MAX_ANNOTATION_LENGTH): Defined to 5. (ADD_COMPOSITION_DATA): New arg nbytes. (emacs_mule_char): New arg cmp_status. (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it. (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c. (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c. (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c. (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise. (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise. (DECODE_EMACS_MULE_COMPOSITION_START): New macro. (EMACS_MULE_COMPOSITION_END): New macro. (emacs_mule_finish_composition): New function. (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro. (decode_coding_emacs_mule): Avoid long looking ahead while handling composition. (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes. (ENCODE_COMPOSITION_RULE): New macro. (finish_composition): New function. (MAYBE_FINISH_COMPOSITION): Call finish_composition. (DECODE_COMPOSITION_START): New implementation. (DECODE_COMPOSITION_END): Likewise. (STORE_COMPOSITION_RULE): New macro. (decode_coding_iso_2022): Avoid long looking ahead while handling composition, CTEXT extended segment, and embedded UTF-8. (setup_coding_system): For a coding of type iso-2022, reset CODING_ISO_EXTSEGMENT_LEN (coding) and CODING_ISO_EMBEDDED_UTF_8 (coding). (get_translation): Delete arguments last_block, from_nchars, to_nchars. Callers changed. (produce_chars): Don't modify charbuf. Adjusted for the change of get_translation. (produce_composition): Adjusted for the new annotation sequence. (handle_composition_annotation): Likewise. (consume_chars): Adjusted for the change of get_translation.
author Kenichi Handa <handa@m17n.org>
date Fri, 06 Mar 2009 07:51:52 +0000
parents 1cd610d94f44
children ef719132ddfa
line wrap: on
line source

(nxml-define-char-name-set 'number-forms
  '(("VULGAR FRACTION ONE THIRD" #x2153)
    ("VULGAR FRACTION TWO THIRDS" #x2154)
    ("VULGAR FRACTION ONE FIFTH" #x2155)
    ("VULGAR FRACTION TWO FIFTHS" #x2156)
    ("VULGAR FRACTION THREE FIFTHS" #x2157)
    ("VULGAR FRACTION FOUR FIFTHS" #x2158)
    ("VULGAR FRACTION ONE SIXTH" #x2159)
    ("VULGAR FRACTION FIVE SIXTHS" #x215A)
    ("VULGAR FRACTION ONE EIGHTH" #x215B)
    ("VULGAR FRACTION THREE EIGHTHS" #x215C)
    ("VULGAR FRACTION FIVE EIGHTHS" #x215D)
    ("VULGAR FRACTION SEVEN EIGHTHS" #x215E)
    ("FRACTION NUMERATOR ONE" #x215F)
    ("ROMAN NUMERAL ONE" #x2160)
    ("ROMAN NUMERAL TWO" #x2161)
    ("ROMAN NUMERAL THREE" #x2162)
    ("ROMAN NUMERAL FOUR" #x2163)
    ("ROMAN NUMERAL FIVE" #x2164)
    ("ROMAN NUMERAL SIX" #x2165)
    ("ROMAN NUMERAL SEVEN" #x2166)
    ("ROMAN NUMERAL EIGHT" #x2167)
    ("ROMAN NUMERAL NINE" #x2168)
    ("ROMAN NUMERAL TEN" #x2169)
    ("ROMAN NUMERAL ELEVEN" #x216A)
    ("ROMAN NUMERAL TWELVE" #x216B)
    ("ROMAN NUMERAL FIFTY" #x216C)
    ("ROMAN NUMERAL ONE HUNDRED" #x216D)
    ("ROMAN NUMERAL FIVE HUNDRED" #x216E)
    ("ROMAN NUMERAL ONE THOUSAND" #x216F)
    ("SMALL ROMAN NUMERAL ONE" #x2170)
    ("SMALL ROMAN NUMERAL TWO" #x2171)
    ("SMALL ROMAN NUMERAL THREE" #x2172)
    ("SMALL ROMAN NUMERAL FOUR" #x2173)
    ("SMALL ROMAN NUMERAL FIVE" #x2174)
    ("SMALL ROMAN NUMERAL SIX" #x2175)
    ("SMALL ROMAN NUMERAL SEVEN" #x2176)
    ("SMALL ROMAN NUMERAL EIGHT" #x2177)
    ("SMALL ROMAN NUMERAL NINE" #x2178)
    ("SMALL ROMAN NUMERAL TEN" #x2179)
    ("SMALL ROMAN NUMERAL ELEVEN" #x217A)
    ("SMALL ROMAN NUMERAL TWELVE" #x217B)
    ("SMALL ROMAN NUMERAL FIFTY" #x217C)
    ("SMALL ROMAN NUMERAL ONE HUNDRED" #x217D)
    ("SMALL ROMAN NUMERAL FIVE HUNDRED" #x217E)
    ("SMALL ROMAN NUMERAL ONE THOUSAND" #x217F)
    ("ROMAN NUMERAL ONE THOUSAND C D" #x2180)
    ("ROMAN NUMERAL FIVE THOUSAND" #x2181)
    ("ROMAN NUMERAL TEN THOUSAND" #x2182)
    ("ROMAN NUMERAL REVERSED ONE HUNDRED" #x2183)
    ))

;; arch-tag: 9931b436-670d-471f-8214-f4c4454ae841