Closed rekcah1986 closed 5 years ago
And my system version is 6.2.0 and the language is "Simple Chinese / English"
Yeah, Plutonium renders in UTF-8. Would require to rewrite some things to unicode.
So how to resolve it if I want to translate goldleaf?
I changed to "\u6c49\u5b57\u6d4b\u8bd5", but it's still the same.
New pu::String handles UTF16 fine.
this->helloText = new pu::element::TextBlock(300, 300, "Hello 汉字测试!");
Got “Hello ⊠字⊠⊠!”