PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Stupid Unicode question
Stupid Unicode question
Débuté par Patrick Thijs, 27 oct. 2022 19:07 - Aucune réponse
Membre enregistré
2 messages
Posté le 27 octobre 2022 - 19:07
Hello,

I have to process a text-file that contains unicode-strings.
For example, a string contains : Grand caf&#xE9
This should display as : Grand café

So I need to convert the string wich is unicode as far as I understund to readable text.
However, this isn't working the way I hoped it would. I've experimenting with AnsiToUnicode and UnicodeToAnsi, but nothing works.

Can somebody give me a hint on how to solve this problem ?

Grtz,

Patrick