diff options
| author | Eli Zaretskii | 2004-03-07 19:54:13 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-03-07 19:54:13 +0000 |
| commit | 38b92c4260400393c5cfe1394b7c01488a6d5b4b (patch) | |
| tree | a6b06790bf5731e68186f446df166118ed2b23a7 /src/coding.c | |
| parent | 372713e6964f7ce24cbf39ab2b133a4167a095be (diff) | |
| download | emacs-38b92c4260400393c5cfe1394b7c01488a6d5b4b.tar.gz emacs-38b92c4260400393c5cfe1394b7c01488a6d5b4b.zip | |
UTF-8 is now RFC3629.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 7880e439e9d..62c761c5bcf 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -4029,7 +4029,7 @@ setup_raw_text_coding_system (coding) | |||
| 4029 | o coding-category-utf-8 | 4029 | o coding-category-utf-8 |
| 4030 | 4030 | ||
| 4031 | The category for a coding system which has the same code range | 4031 | The category for a coding system which has the same code range |
| 4032 | as UTF-8 (cf. RFC2279). Assigned the coding-system (Lisp | 4032 | as UTF-8 (cf. RFC3629). Assigned the coding-system (Lisp |
| 4033 | symbol) `utf-8' by default. | 4033 | symbol) `utf-8' by default. |
| 4034 | 4034 | ||
| 4035 | o coding-category-utf-16-be | 4035 | o coding-category-utf-16-be |