Discussion:
convert ANSI to UTF-8
(too old to reply)
Marc van Roosmalen
2003-10-29 19:03:41 UTC
Permalink
Hello,

I need to convert textfiles from ascii/ansi to UTF-8.
Do you know a way to do this within clarion or a convert-tool i can run from
clarion.

TIA,

Marc
Tobias Lettl
2003-10-30 13:46:39 UTC
Permalink
Marc,

ANSI to UTF-8 conversion can be done using the Win APIs
MulitByteToWideChar and WideCharToMultiByte.

Yours

Tobias Lettl

On 29 Oct 2003 14:03:41 -0500, "Marc van Roosmalen"
Post by Marc van Roosmalen
Hello,
I need to convert textfiles from ascii/ansi to UTF-8.
Do you know a way to do this within clarion or a convert-tool i can run from
clarion.
TIA,
Marc
Continue reading on narkive:
Loading...