View Single Post
  #9  
Old 06-05-2008, 12:03 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The last thing I can think of is to manually set the encoding of the text object to UTF8:
Code:
text.setEncoding(viz.ENCODING_UTF8)
Vizard will check for a UTF8 BOM in your main script and automatically enable UTF8 encoding, so manually setting the encoding is not usually necessary, but its worth a shot.

You can attach images to a post by clicking the "Manage attachments" button when replying.
Reply With Quote