Hello, I have got some text with UTF-8. For example this part:
<title>ΠαÏάλληλη αναζήÏηÏη</title>
How to decode it to get this result?
<title>Παράλληλη αναζήτηση</title>
I have tried functions like "decode", "byUTF", "to!wchar"... but no success.
Input string is correct - checked it with "https://www.browserling.com/tools/utf8-decode".