[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-devel] Re: BibTeX-mode: Key generation when latin-1 characters a
From: |
Stefan Monnier |
Subject: |
[AUCTeX-devel] Re: BibTeX-mode: Key generation when latin-1 characters appear in author field |
Date: |
Thu, 02 Aug 2007 12:25:34 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) |
>> text-mode: Grüß Gott
>> tex-mode: Gr\"u{\ss} Gott
>> german latex-mode: Gr"u"s Gott
>> html-mode: Grüß Gott
AFAIK, nowadays in LaTeX, you're better off using "Grüß Gott" with the
proper input encoding. For HTML mode as well.
ELISP> (reftex-latin1-to-ascii "räksmörgås")
Before trying to solve the problem for latin-1, then latin-2, then arabic,
then chinese, etc.. we'd better write a real fix that correctly (tho
suboptimally) handles all cases: drop non-ascii chars. Then we can add
a preprocessing function that tries to be clever.
Stefan