[racket] bib file foreign letters conversion

From: prad (prad at towardsfreedom.com)
Date: Fri Dec 7 21:12:22 EST 2012

Michael Wilber <mwilber at uccs.edu> writes:

> Would some good old UNIX hackery and regular expressions be more
> appropriate here?
>
> cat your_file | sed -e "s:{\\\\'o}:ó:g" -e "s:{\\\\\"o}:ö:g"
>
well i want to keep the file as is since i may want to use it in latex.

> If you need it, there's always (regexp-replace).
>
that's what i'm doing right now using a hash table with regexp-replace.
i was just hoping someone else had done this in the past so i could
steal it. :D

-- 
in friendship,
prad


Posted on the users mailing list.