Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic why japanese text turns to messy code ? (Read 1494 times)
goldenicer
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: May 3rd, 2007
why japanese text turns to messy code ?
May 3rd, 2007 at 4:45am
Print Post  
I am a japanese user,
I exported my flowchart like this:
PdfExporter pdfExp = new PdfExporter();
pdfExp.AutoScale = MindFusion.Diagramming.Export.AutoScale.FitToPage;
pdfExp.AutoOrientation = false;
pdfExp.PageOrientation = PageOrient;
pdfExp.Export(myFlowChart, filePath);
, but the japanese text in the boxs of flowchat turn to messy code .
can anyone help me ?
thanks
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re:  why japanese text turns to messy code ?
Reply #1 - May 3rd, 2007 at 7:42am
Print Post  
Unfortunately, PdfExporter does not support Japanese and Chinese character sets at this time.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint