Search found 1 match

by F-Laurent
Tue Mar 11, 2008 3:55 pm
Forum: XLSReadWriteII 3/4/5
Topic: Saving files in older formats 4.0
Replies: 2
Views: 2935

Problem to convert Unicode

I have the same problem. I have to try to convert my strings from unicode to single byte characters first. For that, I have to use the delphi functions "WideCharToString" and "WideCharToStrVar" but the problem is always present. Have you a small example to describe how resolve th...