# HG changeset patch # User Eli Zaretskii # Date 1016299788 0 # Node ID c868504842b867dd923a9515e048f684642e0ec3 # Parent 2479ec7d435bc95bb35f9f6c2c1ef3a500fc6710 *** empty log message *** diff -r 2479ec7d435b -r c868504842b8 lisp/ChangeLog --- 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. : Remove the setup for all known codepages: it seems to cause crashes in the CCL driver.