in reply to keeping diacritical marks in a string
in order to decode these you can use
This will change entities in $string to Unicode characters, which is the most likely encoding in the database. Check out the module's documentation at HTML::EntitiesHTML::Entities::decode_entities($string)
That said, more info would be useful as this solution only deals with the default case.
|
|---|