Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Storing chinese characters
Message
 
À
18/09/2008 11:27:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
Visual FoxPro
Divers
Thread ID:
01348627
Message ID:
01348831
Vues:
15
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform