Search found 1 match

by Barbarosso
Sat Jan 04, 2014 2:33 am
Forum: Support and Development
Topic: Love 9.0 UTF Image Font Help!
Replies: 9
Views: 6874

Re: Love 9.0 UTF Image Font Help!

JTEXT = "にほんご"
Its length is not 4 but 12.
Because UTF-8 Japanese character size is 3 bytes.
And, lua has poor support multi byte language.
In lua, UTF-8 string is more like byte array than string.

I suppose this program failed to generate text.cat's content at text_loop function.