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 ?
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 ?