I have a string with Unicode and ASCII characters.
I can use utf8_decode to convert ASCII to Unicode characters, but it also converts unicode to unicode characters. How can I filter or convert only ASCII characters to Unicode in a mixed string?
For example:
utf8_decode(& #225; rỉ);
~> á rỉ