This demo shows how to work with Unicode in Web Connection. By using Unicode you can display any number of locales and code pages simultaneously on a single page. While Visual FoxPro itself does not support this it can be simulated in Web pages by storing all string data as binary Unicode strings and then UTF-8 encoding the content. This demo shows how to capture Unicode input data (in UTF-8 format) capture it into binary data, write this data to a binary text field (binary memo in VFP 8 or Blob in VFP 9) and then read the data back out and properly encode the document into UTF-8 format.East Asian Font Notice:
In order to see the Asian characters you have to install support for East Asian languages in the Regional and Localization Control Panel applet.