|
There are a lot of data, which were previously read with FO.OpenTextFile + TextStream.readall and then directly AppendChunk into the ole field. (OpenTextFile.formate = System default)
Now all these data are garbled
I cannot convert successfully with the following way with ado.stream
-> "big5"
ascii-> big5
gb2312-> big5
According to my idea, Fo will read Big5 in Ascii mode, but during processing, Visual Basic turned these ascii read data into unicode strings ........... dizzy.
I can't figure out what to do now, and ask the seniors for advice. |
|