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

German umlaute with python 3.7+ not working as expected #86

Closed
M6D6M6A opened this issue May 24, 2020 · 1 comment
Closed

German umlaute with python 3.7+ not working as expected #86

M6D6M6A opened this issue May 24, 2020 · 1 comment

Comments

@M6D6M6A
Copy link

M6D6M6A commented May 24, 2020

Hello,
i try to write a script that writes ingame item names in the chat, but all umlauts are displayed funny (e.g. http://i.gyazo.com/3df9910aff56e821f362e6a88f084acf.png). does anyone know how i can solve this problem?
I use Windows 10 and have the Unicode 64 bit version of AHK v1.1.32.00.

When I execute the following code I get the character ü in game, but I expect ü
(I Have a German keyboard and layout in Windows!)

ahk.send_input("ü")

@spyoungtech
Copy link
Owner

Proper handling for unicode is a known issue right now.

Perhaps one way to get around this would be to use the escape sequence like {U+00FC}.

In the future, I hope to have better handling for these cases. See also #45

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

2 participants