Page 1 of 1

A_IsUnicode value

Posted: 16 Apr 2024, 04:40
by Archimede
Hallo.
I need to know the value of the Rev. 1 value of the language variable
A_IsUnicode
In the Rev. 2 this variable not exists: than what value i can use to substitute the A_IsUnicode rev. 1 variable?
Thank you very much

Re: A_IsUnicode value

Posted: 16 Apr 2024, 04:46
by gregster
v2 is always Unicode
https://www.autohotkey.com/docs/v2/v2-changes.htm#built-in-variables wrote:Removed:
[...]
A_IsUnicode (v2 is always Unicode; it can be replaced with StrLen(Chr(0xFFFF)) or redefined with global A_IsUnicode := 1)