Mercurial > hg > xemacs-beta
comparison src/file-coding.c @ 365:30d2cfa1092a r21-1-12
Import from CVS: tag r21-1-12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:00:12 +0200 |
parents | 7347b34c275b |
children | a4f53d9b3154 |
comparison
equal
deleted
inserted
replaced
364:63c3368d1275 | 365:30d2cfa1092a |
---|---|
617 'iso2022 | 617 'iso2022 |
618 Any ISO2022-compliant encoding. Among other things, this includes | 618 Any ISO2022-compliant encoding. Among other things, this includes |
619 JIS (the Japanese encoding commonly used for e-mail), EUC (the | 619 JIS (the Japanese encoding commonly used for e-mail), EUC (the |
620 standard Unix encoding for Japanese and other languages), and | 620 standard Unix encoding for Japanese and other languages), and |
621 Compound Text (the encoding used in X11). You can specify more | 621 Compound Text (the encoding used in X11). You can specify more |
622 specific information about the conversion with the FLAGS argument. | 622 specific information about the conversion with the PROPS argument. |
623 'big5 | 623 'big5 |
624 Big5 (the encoding commonly used for Taiwanese). | 624 Big5 (the encoding commonly used for Taiwanese). |
625 'ccl | 625 'ccl |
626 The conversion is performed using a user-written pseudo-code | 626 The conversion is performed using a user-written pseudo-code |
627 program. CCL (Code Conversion Language) is the name of this | 627 program. CCL (Code Conversion Language) is the name of this |