Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - philongxp

Pages: [1]
1
DotNet / Problem displaying Chinese/Japanese/Korean characters
« on: September 25, 2011, 06:12:43 pm »
Just only source code hosted in GIT repository, so we must build them ourselves in 32bit or 64bit up to target machine.

2
DotNet / Problem displaying Chinese/Japanese/Korean characters
« on: September 25, 2011, 03:18:55 pm »
Have you try to use latest .Net SFML2 version from GIT repository?
I see you use Vector2 instead Vector2f for sprite position.
I'd got the same issue several months ago. And now it should work correctly.

The font file from Laurent link (67kb) have full Hiragana and Katakana character set and only few basic Kanji characters.
So it can display '\u4EBA', '\u4F11' for 人休  but can't display character 練習.


And the font file 1.2mb you got with good Kanji set, it should work with 練習 character.


This is my Basic Test code.

Pages: [1]