I have unicode strings like this "\x{0052}\x{0044}\x{0024}" which come from the database.
When I print these onto a pdf file (using PDF::API2), the literal strings are printed instead of the actual symbols.
If I put these strings inside double quotes in perl code, they are printed out correctly. But when they come from the database, they are printed literally.
Thank you in anticipation.