Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic is this the problem of coding? (Read 2502 times)
kenneth
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 4
Joined: Sep 13th, 2016
is this the problem of coding?
Sep 21st, 2016 at 8:08am
Print Post  
i instantiate a ShapeNode ,and set the text attributes ,but it can't recognize the language outside of the English language, such as Chinese and Japanese, how do I do it ?

Sample Code:
1:ShapeNode node=new ShapeNode();
2: node.Text="Lee";   // showed normal
3: node.Text="小王";  // Display is not normal
4: node.Text="ちゆき"; // Display is not normal
  

__.jpg ( 27 KB | 129 Downloads )
__.jpg
__2.jpg ( 4 KB | 129 Downloads )
__2.jpg
__3.jpg ( 4 KB | 123 Downloads )
__3.jpg
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3146
Joined: Oct 19th, 2005
Re: is this the problem of coding?
Reply #1 - Sep 21st, 2016 at 8:14am
Print Post  
Hi,

Try solution from http://mindfusion.eu/Forum/YaBB.pl?num=1287546110/1#1

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
kenneth
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 4
Joined: Sep 13th, 2016
Re: is this the problem of coding?
Reply #2 - Sep 21st, 2016 at 8:29am
Print Post  
  thank u,according to what you said I solved the problem.  Smiley
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint