X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Futf7.el;h=c2f8c0e50872fb4df3d2a4c17b6a4d4be9e0301c;hp=f362931dcd08395e2ce34b3500c7371c7df79fa7;hb=4fe932c9ab0714252bb9a6de65b139026c41b3ac;hpb=4c2a7a1c25d5b10316f35f28c972ef3e70225f25 diff --git a/lisp/utf7.el b/lisp/utf7.el index f362931dc..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-2011 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