Hi, How do I make sure the accented characters are interpreted correctly? For example, when I view this URL http://freegeoip.net/xml/202.168.253.162 in my browser, I see accented characters just fine, e.g.
<RegionName>Dhāka</RegionName>
However, when I fetch this URL in my Perl script, the accented character comes out garbled. In fact, when I fetch the URL with curl on a Linux shell prompt, it still comes out garbled.
So the question is how do I make sure that I see the accented characters properly in my script? Thank you very much!