From 81639ac3279b8dc3ec8f4a07be48a554e948c2ab Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 7 Mar 2004 19:55:42 +0000 Subject: [PATCH] UTF-8 is now RFC 3629. --- lisp/international/utf-8.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/utf-8.el b/lisp/international/utf-8.el index 54f6633ce42..c2227005dd4 100644 --- a/lisp/international/utf-8.el +++ b/lisp/international/utf-8.el @@ -53,7 +53,7 @@ ;; used to support encoding and decoding of about a quarter of the CJK ;; space between U+3400 and U+DFFF. -;; UTF-8 is defined in RFC 2279. A sketch of the encoding is: +;; UTF-8 is defined in RFC 3629. A sketch of the encoding is: ;; scalar | utf-8 ;; value | 1st byte | 2nd byte | 3rd byte -- 2.39.5