PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → UTF-8 mode option
UTF-8 mode option
Iniciado por guest, 01,abr. 2016 04:22 - No hay respuesta
Publicado el 01,abril 2016 - 04:22
Hi,

I hope PC soft will add option to set not just UNICODE (UTF-16LE) but also UTF-8 for the project.

in windev, unicode is enough because windows will do the conversion . but in android UTF-8 is more common .

I'm sure many encounter problem like generating hash, encryption or importing file not from windows . the solution is using convert functions which added unnecessary code .
Then you start asking is there a reason for me to use UNICODE and not UTF-8 as default in program ?