Mercurial > hg > xemacs-beta
comparison src/mule-coding.c @ 2819:18bd0414af22
[xemacs-hg @ 2005-06-19 21:08:29 by aidan]
Taiwanese is not Mandarin.
author | aidan |
---|---|
date | Sun, 19 Jun 2005 21:08:31 +0000 |
parents | 9f70af3ac939 |
children | aaf96f4ba612 |
comparison
equal
deleted
inserted
replaced
2818:9fa10603c898 | 2819:18bd0414af22 |
---|---|
322 | 322 |
323 /************************************************************************/ | 323 /************************************************************************/ |
324 /* Big5 methods */ | 324 /* Big5 methods */ |
325 /************************************************************************/ | 325 /************************************************************************/ |
326 | 326 |
327 /* BIG5 (used for Taiwanese). */ | 327 /* BIG5 (used for Mandarin in Taiwan). */ |
328 DEFINE_CODING_SYSTEM_TYPE (big5); | 328 DEFINE_CODING_SYSTEM_TYPE (big5); |
329 | 329 |
330 /* BIG5 is a coding system encoding two character sets: ASCII and | 330 /* BIG5 is a coding system encoding two character sets: ASCII and |
331 Big5. An ASCII character is encoded as is. Big5 is a two-byte | 331 Big5. An ASCII character is encoded as is. Big5 is a two-byte |
332 character set and is encoded in two-byte. | 332 character set and is encoded in two-byte. |