How to decode UTF-8 text?

Andrey saasecondbox at yandex.ru
Wed Mar 27 13:39:07 UTC 2019


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".


More information about the Digitalmars-d-learn mailing list