Page 1 of 1

Compiling with compression or Encryption breaks Unicode characters

Posted: 21 Jan 2022, 08:46
by pervect66
Code:

Send "════════════════════════════════════════════════════════════"

Compiling with compression or compression & encryption:

------------------------------------------------------------

Compiling without compression/encryption:

════════════════════════════════════════════════════════════

Same file, same compiler, same everything.
Using x64w\AutoHotkeySC.bin
AutoHotkey_H v1, downloaded January 21st

Anyone any idea?

Thanks,

Jan

Re: Compiling with compression or Encryption breaks Unicode characters

Posted: 25 Jan 2022, 12:46
by HotKeyIt
This is due to UTF8ToUTF16 Conversion, I will look into it.

Re: Compiling with compression or Encryption breaks Unicode characters  Topic is solved

Posted: 25 Jan 2022, 22:09
by HotKeyIt
This has been fixed.

Re: Compiling with compression or Encryption breaks Unicode characters

Posted: 03 Feb 2022, 10:06
by pervect66
Excellent!
Downloaded recently, hadn't thought to check for an update :o

Problem solved :bravo: :bravo: :bravo:

Thank you!