From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56516 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: @documentencoding (was: Changes committed gnus/texi (gnus.texi)) Date: Wed, 03 Mar 2004 17:55:29 +0100 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1078333218 12477 80.91.224.253 (3 Mar 2004 17:00:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Mar 2004 17:00:18 +0000 (UTC) Original-X-From: ding-owner+M5057@lists.math.uh.edu Wed Mar 03 18:00:09 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AyZj7-0000Gd-00 for ; Wed, 03 Mar 2004 18:00:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AyZiI-0000Es-00; Wed, 03 Mar 2004 10:59:18 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AyZiE-0000En-00 for ding@lists.math.uh.edu; Wed, 03 Mar 2004 10:59:14 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 81FBF3A0079 for ; Wed, 3 Mar 2004 10:59:12 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1AyZiB-0000X6-00 for ; Wed, 03 Mar 2004 17:59:11 +0100 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 23 Original-NNTP-Posting-Host: 0xc3f98237.esnxr3.ras.tele.dk Original-X-Trace: quimby.gnus.org 1078333151 2051 195.249.130.55 (3 Mar 2004 16:59:11 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Wed, 3 Mar 2004 16:59:11 +0000 (UTC) X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > * gnus.texi: Wrapped documentencoding inside of iflatex as > documentencoding is not supported by infohack. In texi2latex.el or somewhere else? @documentencoding doesn't do anything inside @iflatex/@iftex -- it only affects Info and HTML. > Changed file's character coding to utf-8 as the file contains > characters that can not be encoded using iso-8859-1. The only non-ASCII chars I could see are: =E9 =E0 =EA =E7 =E5 =AC which are all Latin-1. Anyway, Texinfo isn't multibyte-clean so we can't use utf-8. It isn't really 8bit-clean either, so we should use the Texinfo accents instead, @aa{} etc. `=AC' isn't supported by Texinfo, though.