http://qs1969.pair.com?node_id=1130764


in reply to Unidecode fails printing french accents

You should show how you get data into your $var. Most likely you have sequence of octets there instead of Unicode characters. Because of that Text::Unidecode fails, it expects sequence of Unicode characters as input.

  • Comment on Re: Unidecode fails printing french accents