changeset 52823:0c1a11740fda

(locale-charset-language-names): Simplify regex by removing unused grouping.
author Andreas Schwab <schwab@suse.de>
date Sun, 12 Oct 2003 17:42:08 +0000
parents 749e8f353e55
children 7e0c272a7b28
files lisp/international/mule-cmds.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el	Sun Oct 12 15:30:22 2003 +0000
+++ b/lisp/international/mule-cmds.el	Sun Oct 12 17:42:08 2003 +0000
@@ -2169,7 +2169,7 @@
      (".*8859[-_]?9\\>" . "Latin-5")
      (".*8859[-_]?14\\>" . "Latin-8")
      (".*8859[-_]?15\\>" . "Latin-9")
-     (".*utf\\(-?8\\)\\>" . "UTF-8")
+     (".*utf-?8\\>" . "UTF-8")
      ;; utf-8@euro exists, so put this last.  (@euro really specifies
      ;; the currency, rather than the charset.)
      (".*@euro\\>" . "Latin-9")))