X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Futf7.el;h=f48ae87b8181c75a7deba71f7640823efff07330;hb=1c2ed0ce5abe2181e51f777171f8cd40a547e5a9;hp=47c3b0f4c5dbbbf0e00aec0a01726aada91f6d1c;hpb=0d95362bbbe4543bd6ec79733eb826f99fa8d931;p=gnus diff --git a/lisp/utf7.el b/lisp/utf7.el index 47c3b0f4c..f48ae87b8 100644 --- a/lisp/utf7.el +++ b/lisp/utf7.el @@ -1,7 +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, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999-2014 Free Software Foundation, Inc. ;; Author: Jon K Hellan ;; Maintainer: bugs@gnus.org @@ -53,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