X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Futf7.el;h=c2f8c0e50872fb4df3d2a4c17b6a4d4be9e0301c;hp=69b189b6b53d585f3c3cd262823fd551614621fa;hb=4fe932c9ab0714252bb9a6de65b139026c41b3ac;hpb=8f7476d4cfadb358d635238ae62c48a89efc6db2 diff --git a/lisp/utf7.el b/lisp/utf7.el index 69b189b6b..c2f8c0e50 100644 --- a/lisp/utf7.el +++ b/lisp/utf7.el @@ -1,6 +1,6 @@ -;;; utf7.el --- UTF-7 encoding/decoding for Emacs -*-coding: iso-8859-1;-*- +;;; utf7.el --- UTF-7 encoding/decoding for Emacs -*-coding: utf-8;-*- -;; Copyright (C) 1999-2013 Free Software Foundation, Inc. +;; Copyright (C) 1999-2015 Free Software Foundation, Inc. ;; Author: Jon K Hellan ;; Maintainer: bugs@gnus.org @@ -52,10 +52,10 @@ ;; necessary coding system. The code below doesn't seem to DTRT ;; generally. E.g.: ;; -;; (utf7-encode "a+£") +;; (utf7-encode "a+£") ;; => "a+ACsAow-" ;; -;; $ echo "a+£"|iconv -f iso-8859-1 -t utf-7 +;; $ echo "a+£"|iconv -f utf-8 -t utf-7 ;; a+-+AKM ;; ;; -- fx