changeset 43959:c868504842b8

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 16 Mar 2002 17:29:48 +0000
parents 2479ec7d435b
children 397a4490dc38
files lisp/ChangeLog
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Mar 16 17:28:49 2002 +0000
+++ b/lisp/ChangeLog	Sat Mar 16 17:29:48 2002 +0000
@@ -3,8 +3,13 @@
 	* international/codepage.el (codepage-setup): Don't define a
 	codepage if it is already defined.
 
-	* textmodes/po.el (po-find-charset): Search for the Charset=
-	header even if we've read less than 4KB.
+	* textmodes/po.el (po-content-type-charset-alist): Convert the
+	car of each association to a string.
+	(po-find-file-coding-system-guts): If the charset matches a name
+	of a codepage, set up that codepage and return it as a coding
+	system to decode the file.
+	(po-find-charset): Search for the Charset= header even if we've
+	read less than 4KB.
 	<top-level>: Remove the setup for all known codepages: it seems
 	to cause crashes in the CCL driver.