Question about Chinese ( or Japanese) characters wrap!

Hello, every one.

I have a question about East-Asia Charactoers wrap. such like Chinese and Japanese characters.

Example:

in Chinese:------------------------------
???

wrap to
???
???
???
???

or in Japanese --------------------------
???

wrap to
???
???
???
???
???
???

How do I program on it. Thanks.

Best regard.

Shawn
[import]uid: 38309 topic_id: 7799 reply_id: 307799[/import]

Have you tried it with the WordWrap code in the Code Exchange? Hopefully it will work just like western characters. [import]uid: 3953 topic_id: 7799 reply_id: 27719[/import]

Hello.

Thank you for your reply.

I do search on Code Exchange, but I can’t find out the WordWrap, I just find Warp Text, I try it on Chinese characters, but it still don’t work.

I take a screen shot for it.
http://www.gamego.ca/coronasdk_q01.jpg [import]uid: 38309 topic_id: 7799 reply_id: 28082[/import]

The WrapText in the code exchange splits on the amount of characters and uses words so requires spaces (I believe) so you will want one that limits the width based on pixels. I have wrote a version of this for my Rum library but it’s not perfect. I would recommend having a look at the CrawlSpaceLib as that has a paragraph function which I believe is based on pixel width, if not I can post mine if you’d prefer. [import]uid: 5833 topic_id: 7799 reply_id: 28300[/import]