[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ^M in the info files
From: |
Juri Linkov |
Subject: |
Re: ^M in the info files |
Date: |
Thu, 10 Jul 2008 23:47:49 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu) |
> I'm not talking about what Emacs does but about what the Info format
> "specifies". IIUC the Info format is always ASCII unless explicitly
> specified by a conding: tag. Of course, you can have an Info file
> without a coding: tag that uses non-ASCII chars in some encoding, but
> IIUC this has never been considered as valid (from TeXinfo's point
> of view).
Yes, it seems the default coding for Info files is supposed to be
US-ASCII unless overridden by @documentencoding.
>>>> And, for instance, faq.texi has @today{} directive, and it
>>>> seems that makeinfo generates a date string according to the
>>>> current locale (and thus results in non-ASCII characters).
>>>
>>> Isn't that a bug in makeinfo?
>
>> IIUC, this is an intentional feature. But we could run it with e.g.
>> `LANG=C makeinfo' in Makefiles.
>
> What happens if your TeXinfo file specifies a latin-1 encoding and your
> date is output in utf-8 because of your locale, then?
Then the result of @today is displayed as garbage.
But we can adjust Makefile to use the correct LANG for every Info manual
that specifies a non-default @documentencoding.
--
Juri Linkov
http://www.jurta.org/emacs/
- Re: ^M in the info files, (continued)
- Re: ^M in the info files, Kenichi Handa, 2008/07/09
- Re: ^M in the info files, Stefan Monnier, 2008/07/09
- Re: ^M in the info files, James Cloos, 2008/07/09
- Re: ^M in the info files, Juri Linkov, 2008/07/09
- Re: ^M in the info files, Kenichi Handa, 2008/07/14
- Re: ^M in the info files, Juanma Barranquero, 2008/07/21
- Re: ^M in the info files, Kenichi Handa, 2008/07/10
- Re: ^M in the info files, Stefan Monnier, 2008/07/10
- Re: ^M in the info files, Juri Linkov, 2008/07/10
- Re: ^M in the info files, Stefan Monnier, 2008/07/10
- Re: ^M in the info files,
Juri Linkov <=
- Re: ^M in the info files, Stefan Monnier, 2008/07/10
- Re: ^M in the info files, Eli Zaretskii, 2008/07/19
- Re: ^M in the info files, Stefan Monnier, 2008/07/21
- Re: ^M in the info files, Eli Zaretskii, 2008/07/21
- Re: ^M in the info files, Stefan Monnier, 2008/07/21
- Re: ^M in the info files, Juanma Barranquero, 2008/07/09
- "no-conversion" coding system (was: ^M in the info files), Stefan Monnier, 2008/07/09
- Re: "no-conversion" coding system (was: ^M in the info files), Kenichi Handa, 2008/07/09
- Re: "no-conversion" coding system (was: ^M in the info files), Richard M Stallman, 2008/07/09
- Re: "no-conversion" coding system (was: ^M in the info files), Kenichi Handa, 2008/07/09