Dear All
Our Application do some download of File from Server to PDA though FTP
English Filename is working Fine. When a Chinese File Name is used, the
PDA will show some strange characters in the FileName.

However, When I do copy & Paste to "Mobile Device" through File Explorer
The Chinese filename can be
I suspect that it may due to something about Unicode Conversion of String in
My Coding.

I try something like that but Fail !
For i = 1 To len1
tempstr = tempstr + ChrW(AscW(Mid(str1, i, 1)))
Next i

Do anybody have similar problem before.Please help give me a hand.

I am using PPC2002 and eVB 3.0.
Thank you very much

Regards