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

⭐ How to use emoji and non asci char like işğü and 🦅? #93

Closed
yemreak opened this issue Jul 17, 2020 · 2 comments
Closed

⭐ How to use emoji and non asci char like işğü and 🦅? #93

yemreak opened this issue Jul 17, 2020 · 2 comments
Labels
question Further information is requested

Comments

@yemreak
Copy link
Contributor

yemreak commented Jul 17, 2020

How to send subprocess script_bytes with sequantion bytes (like emojies / UTF-8 with BOM))

  • I tried to save templates with UTF-8 BOM but run_script didn't runs
  • I also tried script_bytes = bytes(script_text, 'utf-8') to script_bytes = bytes(script_text, 'utf-8-sig') also didn't work
@spyoungtech
Copy link
Owner

This is related to discussion in #45

Right now, the best option for sending unicode is to use the AHK escape sequences like {u+00fc}

There may be a way we can do this automatically in the rendering of templates or in run_script

@spyoungtech spyoungtech added the question Further information is requested label Oct 13, 2020
@spyoungtech
Copy link
Owner

Thanks for helping us add support for this in your contributions. We'll follow #45 for general improvements with handling unicode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants