문제

I developed an app (originally in Korean and English), but I want to add Chinese support.

When I move the Chinese translations from Word to FlashDevelop, though, some characters show up as boxes. When I run the app, they don't show up at all.

Does anyone have experience developing in multiple languages using the same IDE, or preferably, FlashDevelop?

Thanks!

도움이 되었습니까?

해결책

You need to check the file encoding and check if the font you are using support this kind of character. If you use transformation like rotation and alpha, you need to embed your font. For french, I need to convert my file to UFT-8 and embed the font with accentued character.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top