Michael Wilber <mwil...@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

____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to