Hello,
This was the solution for me :
Encoding enc = Encoding.GetEncoding(1252, new
EncoderReplacementFallback(" "), new DecoderReplacementFallback(" "));
StreamWriter tw = new StreamWriter(strFile, false, enc);
Wkr,
Kris
On 12 mei, 16:44, Frederik Vernelen <
frederik.verne...@gmail.com>
wrote:
> Hi Kris,
>
> The data on the card is stored as utf8.
> The c# and vb wrappers convert this to the c# and vb default strings
> (unicode 16)
>
> For the text conversion functions, the following might help you :
http://msdn.microsoft.com/en-us/library/ms143456.aspxhttp://msdn.microsoft.com/en-us/library/3aadshsx.aspx