From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 21 23:12:27 2015 Received: (at submit) by debbugs.gnu.org; 22 Dec 2015 04:12:27 +0000 Received: from localhost ([127.0.0.1]:59320 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aBEJG-0002sW-Mu for submit@debbugs.gnu.org; Mon, 21 Dec 2015 23:12:27 -0500 Received: from eggs.gnu.org ([208.118.235.92]:43728) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aBEJF-0002sJ-59 for submit@debbugs.gnu.org; Mon, 21 Dec 2015 23:12:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBEJ5-0001Oi-9c for submit@debbugs.gnu.org; Mon, 21 Dec 2015 23:12:19 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:44346) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBEJ5-0001Oe-6O for submit@debbugs.gnu.org; Mon, 21 Dec 2015 23:12:15 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBEIx-0004Rg-36 for bug-gnu-emacs@gnu.org; Mon, 21 Dec 2015 23:12:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBEIs-0001Kp-9C for bug-gnu-emacs@gnu.org; Mon, 21 Dec 2015 23:12:06 -0500 Received: from mail-pf0-x229.google.com ([2607:f8b0:400e:c00::229]:33054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBEIs-0001KD-0k for bug-gnu-emacs@gnu.org; Mon, 21 Dec 2015 23:12:02 -0500 Received: by mail-pf0-x229.google.com with SMTP id n128so82708545pfn.0 for ; Mon, 21 Dec 2015 20:12:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=BaG2F2eGN8ReilkdnYjcG8TF/2WMDwNVJNFvFcpUWWM=; b=c7Yf6WUvmBGcw4/9VNy8Lts3jb/3CbvvXpm04Z49pl7tiRHjxasW+CG8ZSqT4fhlA3 L3LDko4kTkrTAMNohBmas7fYkXnMhXLzURvNLEOPRWCUnJqWUGXrgfbDPxKrjGka0kz/ UlUnB0nKLFZJ50TQa5LKTjANztZWMJ4AiFpKGP5sfrNHz/R66j7yrtv3DxEuj+XMoZS4 XLoQ05YszcbLEJyv/6nOTHcMLQINK4qiLDO0BFSrnFFWiL5GmpEg3RiFOef0zW5ddtxB M1g+/9f454HQnYqCnHbOkwYzYs8Sr5eu5NxSivK5bOGmAYrYYd7+ek2pjxtdi+fjEsnH ZuYg== X-Received: by 10.98.19.9 with SMTP id b9mr31968315pfj.28.1450757521285; Mon, 21 Dec 2015 20:12:01 -0800 (PST) Received: from localhost ([203.7.155.120]) by smtp.gmail.com with ESMTPSA id g68sm37613536pfg.9.2015.12.21.20.11.58 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Dec 2015 20:12:00 -0800 (PST) From: trentbuck@gmail.com (Trent W. Buck) To: bug-gnu-emacs@gnu.org Subject: 24.4; eww ignores charset=utf-8 in text/plain Date: Tue, 22 Dec 2015 15:11:56 +1100 Message-ID: <87d1tzw29f.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) In #emacs on Freenode, "snotglob" reported that When I open this doc with eww https://raw.githubusercontent.com/howardabrams/pdx-emacs-hackers/master/workshops/keyboard-macros.org it appears that some apostrophes are shown as \342\200\231 I can reproduce his fault. I'm using UTF-8 in all the places it can be used. That URL has this header field: Content-Type: text/plain; charset=utf-8 While eww-render correctly extracts the charset, it doesn't use it: (eww-display-raw) compare: (eww-display-html charset url nil point) I have not actually tested HEAD, but the issue appears to be present from RTFS: http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/net/eww.el#n347 In GNU Emacs 24.4.1 (x86_64-pc-linux-gnu) of 2014-10-26 on trouble, modified by Debian System Description: Debian GNU/Linux 8.0 (jessie) Configured using: `configure --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.4/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.4/site-lisp:/usr/share/emacs/site-lisp --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.4/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.4/site-lisp:/usr/share/emacs/site-lisp --with-x=no --without-gconf --without-gsettings 'CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall' CPPFLAGS=-D_FORTIFY_SOURCE=2 LDFLAGS=-Wl,-z,relro' Important settings: value of $LC_COLLATE: C value of $LANG: en_AU.utf8 locale-coding-system: utf-8-unix Major mode: Fundamental Minor modes in effect: xterm-mouse-mode: t ido-everywhere: t savehist-mode: t icomplete-mode: t show-paren-mode: t delete-selection-mode: t tooltip-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: Recent messages: Loading /usr/share/emacs/site-lisp/magit/magit-install.el (source)...done Loading /etc/emacs/site-start.d/50magit.el (source)...done Loading /etc/emacs/site-start.d/50pylint.el (source)... Loading pylint...done Loading /etc/emacs/site-start.d/50pylint.el (source)...done Loading /etc/emacs/site-start.d/50python-docutils.el (source)...done Loading /etc/emacs/site-start.d/50w3m-el-snapshot.el (source)...done Loading /etc/emacs/site-start.d/51debian-el.el (source)...done Loading term/xterm...done For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: /usr/share/emacs/24.4/site-lisp/debian-startup hides /usr/share/emacs/site-lisp/debian-startup /usr/share/emacs/site-lisp/rst hides /usr/share/emacs/24.4/lisp/textmodes/rst /usr/share/emacs24/site-lisp/dictionaries-common/ispell hides /usr/share/emacs/24.4/lisp/textmodes/ispell /usr/share/emacs24/site-lisp/dictionaries-common/flyspell hides /usr/share/emacs/24.4/lisp/textmodes/flyspell Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader xterm advice sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils jka-compr edmacro kmacro cl-loaddefs cl-lib disp-table xt-mouse ido savehist icomplete time-date paren delsel saveplace debian-el debian-el-loaddefs w3m-load pylint compile comint regexp-opt ansi-color ring tool-bar 50magit emacs-goodies-el emacs-goodies-custom emacs-goodies-loaddefs easy-mmode dpkg-dev-el dpkg-dev-el-loaddefs tooltip electric uniquify ediff-hook vc-hooks lisp-float-type tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify multi-tty emacs) Memory information: ((conses 16 102548 4949) (symbols 48 19418 0) (miscs 40 41 71) (strings 32 25459 5386) (string-bytes 1 684956) (vectors 16 9215) (vector-slots 8 355333 14722) (floats 8 69 208) (intervals 56 261 0) (buffers 960 11) (heap 1024 8764 721)) From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 22 12:02:57 2015 Received: (at 22222) by debbugs.gnu.org; 22 Dec 2015 17:02:58 +0000 Received: from localhost ([127.0.0.1]:60135 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aBQKv-0006Lv-Ea for submit@debbugs.gnu.org; Tue, 22 Dec 2015 12:02:57 -0500 Received: from eggs.gnu.org ([208.118.235.92]:45433) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aBQKt-0006Lj-Bh for 22222@debbugs.gnu.org; Tue, 22 Dec 2015 12:02:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBQKj-0003HU-68 for 22222@debbugs.gnu.org; Tue, 22 Dec 2015 12:02:50 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBQKj-0003HQ-3D; Tue, 22 Dec 2015 12:02:45 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1585 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aBQKh-0007Tm-Gy; Tue, 22 Dec 2015 12:02:44 -0500 Date: Tue, 22 Dec 2015 19:03:17 +0200 Message-Id: <83a8p2quui.fsf@gnu.org> From: Eli Zaretskii To: trentbuck@gmail.com (Trent W. Buck), Lars Magne Ingebrigtsen In-reply-to: <87d1tzw29f.fsf@gmail.com> (trentbuck@gmail.com) Subject: Re: bug#22222: 24.4; eww ignores charset=utf-8 in text/plain References: <87d1tzw29f.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 22222 Cc: 22222@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > From: trentbuck@gmail.com (Trent W. Buck) > Date: Tue, 22 Dec 2015 15:11:56 +1100 > > In #emacs on Freenode, "snotglob" reported that > > When I open this doc with eww > https://raw.githubusercontent.com/howardabrams/pdx-emacs-hackers/master/workshops/keyboard-macros.org > it appears that some apostrophes are shown as \342\200\231 > > I can reproduce his fault. It's not that EWW ignored the charset, but it did pretty strange things with its value, and with decoding of the text in general. I believe I fixed that in commit 9b0f182 on the emacs-25 branch. Lars, I'd appreciate if you could eyeball the changeset and tell if I broke some use case. I couldn't wrap my head around the code there that decoded stuff (like encoding with UTF-8 and then decoding with something that must NOT be UTF-8 -- how can that do anything useful?), so I just rewrote that as best I could. If I broke something, please show the broken use case, and I will look into it. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 22 19:32:07 2015 Received: (at 22222) by debbugs.gnu.org; 23 Dec 2015 00:32:07 +0000 Received: from localhost ([127.0.0.1]:60272 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aBXLb-0008Gv-1w for submit@debbugs.gnu.org; Tue, 22 Dec 2015 19:32:07 -0500 Received: from mail-pf0-f181.google.com ([209.85.192.181]:35064) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aBXLZ-0008GP-98 for 22222@debbugs.gnu.org; Tue, 22 Dec 2015 19:32:05 -0500 Received: by mail-pf0-f181.google.com with SMTP id 78so41151624pfw.2 for <22222@debbugs.gnu.org>; Tue, 22 Dec 2015 16:32:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=cqG9wSBbUFzHlPgFZNUZQox2DDVLghJkc9qcWMT9qzo=; b=t84NETDI4WqmDpU7jjPazmV9DEwOw++6dDkbiq+9EtkKHsK0PjNgk41aBJr3QrDIY5 aRvE0N2H6rTHrfW6fs9y3qJqhdsxTlUbPCtbOEbizG1kh1kbhyrJs9g5fSFAn0Cy7sIk CnRl7EpI9MVs9w0xIA4z20erArH3kOmghCwuInnQrHegZ1d81X3po+xJ1f8zsujlbpzT T9uPNvUWFcvnD41VEqVfWi0vSiDPAM6FdMh/U2+Z18i4Ke1l1wcxk4xbvo4KNZXJ2hPC 4jvQCTcVCqR2Ndc6N41goPTTmg6qJ6776JDEuDKGb0g8jor/aP5oE6/KCaCPOpVVtLTi IdqA== X-Received: by 10.98.80.147 with SMTP id g19mr26652723pfj.26.1450830719389; Tue, 22 Dec 2015 16:31:59 -0800 (PST) Received: from localhost ([203.7.155.119]) by smtp.gmail.com with ESMTPSA id l80sm18279022pfi.76.2015.12.22.16.31.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 22 Dec 2015 16:31:58 -0800 (PST) Date: Wed, 23 Dec 2015 11:31:54 +1100 From: "Trent W. Buck" To: Eli Zaretskii Subject: Re: bug#22222: 24.4; eww ignores charset=utf-8 in text/plain Message-ID: <20151223003152.GA2762@frey> References: <87d1tzw29f.fsf@gmail.com> <83a8p2quui.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83a8p2quui.fsf@gnu.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 22222 Cc: Lars Magne Ingebrigtsen , 22222@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Eli Zaretskii wrote: >> When I open this doc with eww >> https://raw.githubusercontent.com/howardabrams/pdx-emacs-hackers/master/workshops/keyboard-macros.org >> it appears that some apostrophes are shown as \342\200\231 > > I believe I fixed that in commit 9b0f182 on the emacs-25 branch. FWIW, I can confirm that WORKS: git checkout 9b0f182 && make && src/emacs -eval '(eww "https://raw.githubusercontent.com/howardabrams/pdx-emacs-hackers/master/workshops/keyboard-macros.org")' FAILS: git checkout 9b0f182~ && make && src/emacs -eval '(eww "https://raw.githubusercontent.com/howardabrams/pdx-emacs-hackers/master/workshops/keyboard-macros.org")' From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 23 11:10:42 2015 Received: (at 22222) by debbugs.gnu.org; 23 Dec 2015 16:10:42 +0000 Received: from localhost ([127.0.0.1]:32874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aBlzr-0006Qy-0v for submit@debbugs.gnu.org; Wed, 23 Dec 2015 11:10:42 -0500 Received: from eggs.gnu.org ([208.118.235.92]:58305) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aBlzl-0006Qf-Tn for 22222@debbugs.gnu.org; Wed, 23 Dec 2015 11:10:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBlzb-00027C-U1 for 22222@debbugs.gnu.org; Wed, 23 Dec 2015 11:10:28 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBlzb-000277-R5; Wed, 23 Dec 2015 11:10:23 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2248 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aBlza-0002Q9-Hz; Wed, 23 Dec 2015 11:10:23 -0500 Date: Wed, 23 Dec 2015 18:10:59 +0200 Message-Id: <83mvt1p2lo.fsf@gnu.org> From: Eli Zaretskii To: "Trent W. Buck" In-reply-to: <20151223003152.GA2762@frey> (trentbuck@gmail.com) Subject: Re: bug#22222: 24.4; eww ignores charset=utf-8 in text/plain References: <87d1tzw29f.fsf@gmail.com> <83a8p2quui.fsf@gnu.org> <20151223003152.GA2762@frey> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 22222 Cc: larsi@gnus.org, 22222@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > Date: Wed, 23 Dec 2015 11:31:54 +1100 > From: "Trent W. Buck" > Cc: Lars Magne Ingebrigtsen , 22222@debbugs.gnu.org > > Eli Zaretskii wrote: > >> When I open this doc with eww > >> https://raw.githubusercontent.com/howardabrams/pdx-emacs-hackers/master/workshops/keyboard-macros.org > >> it appears that some apostrophes are shown as \342\200\231 > > > > I believe I fixed that in commit 9b0f182 on the emacs-25 branch. > > FWIW, I can confirm that > > WORKS: git checkout 9b0f182 && make && src/emacs -eval '(eww "https://raw.githubusercontent.com/howardabrams/pdx-emacs-hackers/master/workshops/keyboard-macros.org")' > FAILS: git checkout 9b0f182~ && make && src/emacs -eval '(eww "https://raw.githubusercontent.com/howardabrams/pdx-emacs-hackers/master/workshops/keyboard-macros.org")' Thanks for testing. From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 24 14:39:45 2015 Received: (at 22222-done) by debbugs.gnu.org; 24 Dec 2015 19:39:45 +0000 Received: from localhost ([127.0.0.1]:33852 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCBjk-0004FC-SG for submit@debbugs.gnu.org; Thu, 24 Dec 2015 14:39:45 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:56217) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCBjj-0004F4-CQ for 22222-done@debbugs.gnu.org; Thu, 24 Dec 2015 14:39:44 -0500 Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aCBjN-00039p-FH; Thu, 24 Dec 2015 20:39:21 +0100 From: Lars Ingebrigtsen To: Eli Zaretskii Subject: Re: bug#22222: 24.4; eww ignores charset=utf-8 in text/plain References: <87d1tzw29f.fsf@gmail.com> <83a8p2quui.fsf@gnu.org> Date: Thu, 24 Dec 2015 20:39:20 +0100 In-Reply-To: <83a8p2quui.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 22 Dec 2015 19:03:17 +0200") Message-ID: <87oadfr5zr.fsf@gnus.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1aCBjN-00039p-FH X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1451590761.66488@guziJVJgyOmRxAw6pLscPQ X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 22222-done Cc: "Trent W. Buck" , 22222-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Eli Zaretskii writes: > Lars, I'd appreciate if you could eyeball the changeset and tell if I > broke some use case. I couldn't wrap my head around the code there > that decoded stuff (like encoding with UTF-8 and then decoding with > something that must NOT be UTF-8 -- how can that do anything useful?), > so I just rewrote that as best I could. If I broke something, please > show the broken use case, and I will look into it. I think it looks OK after your fixes (thanks). That code has had a lot of back-and-forth after it was adapted to allow the user to interactively change the charset, which probably explains the awkwardness of the code. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Thu Aug 14 22:18:57 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 22 Jan 2016 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator