CCLabelBMFont did not support other languages?

in cocos2d-iphone, it works fine, but i got a ‘BitmpaFontAtlas: CharID bigger than supported’ error in cocos2dx.
what can i do then?
thanks for any suggestion

Recently, CCLabelBMFont in cocos2d-x does not support other languages, but we will support it in the next version.
I reviewed the code of cocos2d-iphone, and found that its implement is just the same as cocos2d-x. Could you tell me what the language you use?

i tried again in cocos2d-iphone, actually it didn’t work either. i’m sorry, it’s my fault… :stuck_out_tongue:

Hi, loy liu
The latest code on github has supported this. You can go to https://github.com/cocos2d/cocos2d-x to download the source and have a try.