comparison lisp/mule/thai-xtis.el @ 771:943eaba38521

[xemacs-hg @ 2002-03-13 08:51:24 by ben] The big ben-mule-21-5 check-in! Various files were added and deleted. See CHANGES-ben-mule. There are still some test suite failures. No crashes, though. Many of the failures have to do with problems in the test suite itself rather than in the actual code. I'll be addressing these in the next day or so -- none of the test suite failures are at all critical. Meanwhile I'll be trying to address the biggest issues -- i.e. build or run failures, which will almost certainly happen on various platforms. All comments should be sent to ben@xemacs.org -- use a Cc: if necessary when sending to mailing lists. There will be pre- and post- tags, something like pre-ben-mule-21-5-merge-in, and post-ben-mule-21-5-merge-in.
author ben
date Wed, 13 Mar 2002 08:54:06 +0000
parents 576fb035e263
children 578cb2932d72
comparison
equal deleted inserted replaced
770:336a418893b5 771:943eaba38521
338 338
339 (if (featurep 'xemacs) 339 (if (featurep 'xemacs)
340 (progn 340 (progn
341 (make-coding-system 341 (make-coding-system
342 'tis-620 'ccl 342 'tis-620 'ccl
343 "external=tis620, internal=thai-xtis" 343 "TIS620 (Thai)"
344 `(mnemonic "TIS620" 344 `(mnemonic "TIS620"
345 decode ccl-decode-thai-xtis 345 decode ccl-decode-thai-xtis
346 encode ccl-encode-thai-xtis)) 346 encode ccl-encode-thai-xtis
347 documentation "external=tis620, internal=thai-xtis"))
347 (coding-system-put 'tis-620 'category 'iso-8-1)) 348 (coding-system-put 'tis-620 'category 'iso-8-1))
348 (make-coding-system 349 (make-coding-system
349 'tis-620 4 ?T "external=tis620, internal=thai-xtis" 350 'tis-620 4 ?T "external=tis620, internal=thai-xtis"
350 '(ccl-decode-thai-xtis . ccl-encode-thai-xtis) 351 '(ccl-decode-thai-xtis . ccl-encode-thai-xtis)
351 '((safe-charsets . t))) 352 '((safe-charsets . t)))