Hi I have a string which has characters, for example like this: \u00c4 and \u20ac. I'd like to get them shown as 'ä' and '€' Currently when I print out the string, it just says: 00c4 and 20ac -- Eeli Reilin