Mercurial > hg > xemacs-beta
comparison lisp/mule/vietnamese.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 | 2923009caf47 |
comparison
equal
deleted
inserted
replaced
770:336a418893b5 | 771:943eaba38521 |
---|---|
205 "CCL program to encode Vietnamese chars to VSCII-1 font.") | 205 "CCL program to encode Vietnamese chars to VSCII-1 font.") |
206 | 206 |
207 | 207 |
208 (make-coding-system | 208 (make-coding-system |
209 'viscii 'ccl | 209 'viscii 'ccl |
210 "Coding-system used for VISCII 1.1." | 210 "VISCII 1.1 (Vietnamese)" |
211 `(mnemonic "VISCII" | 211 `(mnemonic "VISCII" |
212 decode ccl-decode-viscii | 212 decode ccl-decode-viscii |
213 encode ccl-encode-viscii)) | 213 encode ccl-encode-viscii)) |
214 | 214 |
215 ;; it is not correct, but XEmacs doesn't have `ccl' category... | 215 ;; it is not correct, but XEmacs doesn't have `ccl' category... |
225 | 225 |
226 ;; (define-coding-system-alias 'viscii 'vietnamese-viscii) | 226 ;; (define-coding-system-alias 'viscii 'vietnamese-viscii) |
227 | 227 |
228 (make-coding-system | 228 (make-coding-system |
229 'vscii 'ccl | 229 'vscii 'ccl |
230 "Coding-system used for VSCII 1.1." | 230 "VSCII 1.1 (Vietnamese)" |
231 `(mnemonic "VSCII" | 231 `(mnemonic "VSCII" |
232 decode ccl-decode-vscii | 232 decode ccl-decode-vscii |
233 encode ccl-encode-vscii)) | 233 encode ccl-encode-vscii)) |
234 | 234 |
235 ;; (make-coding-system | 235 ;; (make-coding-system |
241 | 241 |
242 ;; (define-coding-system-alias 'vscii 'vietnamese-vscii) | 242 ;; (define-coding-system-alias 'vscii 'vietnamese-vscii) |
243 | 243 |
244 (make-coding-system | 244 (make-coding-system |
245 'viqr 'no-conversion | 245 'viqr 'no-conversion |
246 "Coding-system used for VIQR." | 246 "VIQR (Vietnamese)" |
247 '(mnemonic "VIQR" | 247 '(mnemonic "VIQR" |
248 eol-type lf | 248 eol-type lf |
249 post-read-conversion viqr-post-read-conversion | 249 post-read-conversion viqr-post-read-conversion |
250 pre-write-conversion viqr-pre-write-conversion)) | 250 pre-write-conversion viqr-pre-write-conversion)) |
251 | 251 |
283 | 283 |
284 (set-language-info-alist | 284 (set-language-info-alist |
285 "Vietnamese" '((charset vietnamese-viscii-lower vietnamese-viscii-upper) | 285 "Vietnamese" '((charset vietnamese-viscii-lower vietnamese-viscii-upper) |
286 (coding-system viscii vscii viqr) | 286 (coding-system viscii vscii viqr) |
287 (coding-priority viscii) | 287 (coding-priority viscii) |
288 (locale "vietnamese" "vi") | |
288 (input-method . "vietnamese-viqr") | 289 (input-method . "vietnamese-viqr") |
289 (features viet-util) | 290 (features viet-util) |
290 (sample-text . "Vietnamese (Ti,1*(Bng Vi,1.(Bt) Ch,1`(Bo b,1U(Bn") | 291 (sample-text . "Vietnamese (Ti,1*(Bng Vi,1.(Bt) Ch,1`(Bo b,1U(Bn") |
291 (documentation . "\ | 292 (documentation . "\ |
292 For Vietnamese, Emacs uses special charsets internally. | 293 For Vietnamese, Emacs uses special charsets internally. |