Neat idea, Herbert! Could you send me your translation vector, so I don't
have to type it out?
Angus
On Monday 04 June 2001 17:16, Herbert Voss wrote:
> > Angus Leeming wrote:
> >
> > How do I best deal with BibTeX entries such as
> > Stamenovi\'{c}
> > or
> > L\"{o}hner
> >
> > so that I can have pretty names in the citation dialog?
>
> \'c and \"o are also possible.
>
> > So, my question becomes:
> > Is this the best way to do this and, if so, what goes in
someFunc()?
>
> i tried it with a translate vector:
> ( \'{c} , ç , \"{o} , ö , ... )
>
> the i-th character is the original one and the i+1 the
> translated. i is 0,1,2,3...
>
> attached is a small sample for java, because i have no idea
> of c++ ...
>
> java bibtex "Vo\{ss} und S\\\"ohne" gives the output
> Vo\{ss} und S\"ohne is converted to Voß und Söhne
>
>
> Herbert
>
>
> --
> http://www.educat.hu-berlin.de/~voss/lyx/
----------------------------------------
Content-Type: text/plain; charset="iso-8859-1"; name="bibtex.java"
Content-Transfer-Encoding: quoted-printable
Content-Description:
----------------------------------------