Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Storing chinese characters
Message
 
To
18/09/2008 11:27:18
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01348627
Message ID:
01348831
Views:
14
Hi John,

>I have products table with code, description in english, spanish, french, now i need to add a new description with chinese chars. if i copy the description on text, or memo it only display boxes, somebody knows how can i do to store the real chinese chars to be printed on screen or paper?

You can't paste directly into VFP. Instead use Notepad to produce a unicode or UTF-8 file. Then use FILETOSTR() to read this value into VFP. To display this text you can use the GDIplusX graphic library assuming that merely printing characters is sufficient.I believe, this is less an issue with Chinese, rather with Thai or other complex script languages. But I'm no expert in this regard.
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform