I have a text file in utf8 mode that encodes the Italian accented characters (àèéìòù and some others) with 2 bytes.
with notepad I save this text in another file in Ansi mode and the accented characters are encoded with 1 byte.
And all works fine.
shouldn't the function Utf8toAnsi() of fivewin do the same thing?
and yet I don't get the same result. is there perhaps some other more appropriate function?
thanks in advance, Marzio