Prefer UTF-8 when the encoding shouldn't matter and changes are small
[gnus] / lisp / html2text.el
index 4e05f1a..68e7519 100644 (file)
@@ -1,4 +1,4 @@
-;;; html2text.el --- a simple html to plain text converter
+;;; html2text.el --- a simple html to plain text converter -*- coding: utf-8 -*-
 
 ;; Copyright (C) 2002-2013 Free Software Foundation, Inc.
 
     ("–" . "-")
     ("‰" . "%%")
     ("±" . "+-")
-    ("£" . "£")
+    ("£" . "£")
     (""" . "\"")
     ("»" . ">>")
     ("&rdquo" . "\"")
     ("®" . "(R)")
     ("›" . ")")
     ("’" . "'")
-    ("§" . "§")
+    ("§" . "§")
     ("¹" . "^1")
     ("²" . "^2")
     ("³" . "^3")