Wuz Hapn’

Hoa Da Herbal Medicines - Brain Power - Label

Each label includes Vietnamese on one side, and English on the other. The type selection is simply VNI-Times and VNI-Helvetica, a free font. To get the Vietnamese characters to show up on the website was quite an ordeal. The process is as follows:

  • The client sends over a Word document with all the information in VNI-Times.
  • I use a free Java application called UnicodeConverter.jar, to convert the Word document from VNI-Times to Times New Roman. This is necessary because:
    • For the Vietnamese characters to show up correctly on the website, the characters have to be in Unicode format. It doesn’t matter if it’s converted to Times New Roman or what; it just has to be in a Unicode format. In the head of the website, the meta is set to charset=UTF-8.
    • For the characters to store correctly in the MySQL Database, the database has to be set to UTF-8.