I&#39;m outputting a string in perl, and it shows up something like this:<br><br>&quot;won\u00e2\u0080\u0099t easily play well &quot;<br><br><br>Where it should be like this:<br><br>&quot;won&#39;t easily play well&quot;<br>
<br><br>I thought it was a terminal issue... and that was partially true.  I ran mc on this particular terminal, and the curses UI was all garbled.  So I fixed that be reconfiguring my locales, but perl is still outputing the noise above.<br>
<br>Anyone know how I&#39;m supposed to handle this?<br><br>I came accross Search::Tools::Transliterate, but that just seems overkill.<br><br><br><br>Bobby<br>