Dear All,

I have a text file with Chinese Characters that save as Unicode Encoding.
When I use function to append/import the file, the Chinese content was
changed to some unreadable characters. So, how can I upload the contents of
this file to Foxpro table/cursor?
I use Foxpro6.0 as font end and use SQL7.0 as back end.
THANK YOU VERY MUCH!

Eunice

Re: How can I import/upload the Chinese Char. that using Unicode encod by Villi

Villi
Mon Sep 20 05:14:02 CDT 2004

Eunice wrote:
> Dear All,
>
> I have a text file with Chinese Characters that save as
> Unicode Encoding. When I use function to append/import
> the file, the Chinese content was changed to some
> unreadable characters. So, how can I upload the contents
> of this file to Foxpro table/cursor?
> I use Foxpro6.0 as font end and use SQL7.0 as back end.
> THANK YOU VERY MUCH!

You should check the NOCPTRANS command in the VFP help.
HTH

Villi
--
The answer to the ethernal question is:
put a read events after the launch of the form



Re: How can I import/upload the Chinese Char. that using Unicode e by Eunice

Eunice
Tue Sep 21 04:59:05 CDT 2004

Thank you!!

SET NOCPTRANS TO table.field1
??

But, still don't work!
What can I do? THANKS!


"Villi Bernaroli" wrote:

> Eunice wrote:
> > Dear All,
> >
> > I have a text file with Chinese Characters that save as
> > Unicode Encoding. When I use function to append/import
> > the file, the Chinese content was changed to some
> > unreadable characters. So, how can I upload the contents
> > of this file to Foxpro table/cursor?
> > I use Foxpro6.0 as font end and use SQL7.0 as back end.
> > THANK YOU VERY MUCH!
>
> You should check the NOCPTRANS command in the VFP help.
> HTH
>
> Villi
> --
> The answer to the ethernal question is:
> put a read events after the launch of the form
>
>
>