[Cocos2D-X] first glance door diameter (10) solve Chinese garbled

Source: Internet
Author: User

Use the source file to save the string, the format of UTF-8, so that the xml file is read, and then the display will not garbled.

Another advantage of doing so is to make it easier to internationalize the world in the future.

Xml file:


[Html]
<Dict>
<Key> Hello </key>
<String> Hi ~ Chinese characters can be displayed normally! </String>
</Dict>

<Dict>
<Key> Hello </key>
<String> Hi ~ Chinese characters can be displayed normally! </String>
</Dict>
Display:


[Cpp]
Const char * Hello = (CCString *) strings-> objectForKey ("Hello")-> m_sString.c_str ();
CCLabelTTF * pLabel1 = CCLabelTTF: create (Hello, "Arial", 24 );
PLabel1-> setPosition (ccp (size. width/2, size. height/2 ));
This-> addChild (pLabel1 );

Const char * Hello = (CCString *) strings-> objectForKey ("Hello")-> m_sString.c_str ();
CCLabelTTF * pLabel1 = CCLabelTTF: create (Hello, "Arial", 24 );
PLabel1-> setPosition (ccp (size. width/2, size. height/2 ));
This-> addChild (pLabel1 );
Effect:

 

 

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.