I result being retrieved from the db, on this form:
(86, 'B{\\u{a}}beanu', 'Alexandru-Ionut')
(101, "Dosil Su{\\'a}rez", 'Alvaro')
(119, 'Massafferri', "Andr{\\'e}")
(161, 'M{\\"u}ller', 'Anke-Susanne')
I'd like to decode this characters from latex to unicode, e.g. utf8 (it will be shown on a webpage). But I can't install modules on the server, e.g. latexCodec.
I coudn`t find scripts that worked for me on web, not even this on stackoverflow. Are there any script for work this out?
Thanks you in advance.