[texinfo-pretest] accented letters....

Karl Eichwalder ke at gnu.franken.de
Thu Jun 3 02:23:43 EDT 2004


"Eli Zaretskii" <eliz at gnu.org> writes:

> We could have a special feature in the Emacs Texinfo mode to ease the
> pains of that: Emacs can insert @'a when you type the corrsponding
> Latin-1 character.

I guess it is not the goal to make the source file unreadable ;)

I recommend to go for 'recode' as a preprocessor:

    echo Grüß Gott naïve hällò | recode ..texi

recode's texi table look uncomplete and even under UTF-8 it seems to
default to ISO-8859-1:

    export LANG=de_DE.UTF-8
    echo óéáú | recode ..texi | iconv -f iso-8859-1
ó@'eáú


-- 
                                                         |      ,__o
                                                         |    _-\_<,
http://www.gnu.franken.de/ke/                            |   (*)/'(*)


More information about the texinfo-pretest mailing list