Hi all.
I'm not familiar with character encodings, so I need some help. I've a string like this:
"_label:%C3%84%C3%A4kk%C3%B6si%C3%A4+t%C3%A4ss%C3%A4 _rangeS:1.1.1.0 _rangeE:1.1.1.2"
String includes some nordic characters like 'Ä', 'ä' and 'ö' (probably not show right here either:) I think it is utf8 encoded and I need to print it to the browser (html).
String should be like this:
"_label:Ääkkösiä tässä _rangeS:1.1.1.0 _rangeE:1.1.1.2"
I'm working with Perl 5.8.4 under Solaris Sparc. Source of the string is an XML search.
Thanks,
Jykke Da'Man.