Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't show chinese in DX9 game #30

Open
goodman3654 opened this issue Jan 17, 2017 · 1 comment
Open

Can't show chinese in DX9 game #30

goodman3654 opened this issue Jan 17, 2017 · 1 comment

Comments

@goodman3654
Copy link

goodman3654 commented Jan 17, 2017

Hi

This is awesome project. I tried in some games and it works.

But it can't show chinese in DX9 game.

Did I miss something?

by the way, I tried to change font to "新細明體" (which used in chinese environment)
change
TextCreate("Arial", 12, false, false, 200, 200, 0xFF00FFFF, "Hello world", true, true)
to
TextCreate("新細明體", 12, false, false, 200, 200, 0xFF00FFFF, "Hello world中文", true, true))

It only shows "Hello world", "中文" is missing.

@ghost
Copy link

ghost commented Jan 17, 2017

The implementation can only display ASCII.
Without much effort, only ANSI is possible.
After that the AHK-Wrapper etc. has to be changed to UTF-16, but I don't know if AHK even supports UTF-16.

This was referenced Jun 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant