Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

UNICODE version of AutoHotkey


  • This topic is locked This topic is locked
181 replies to this topic
jackieku
  • Members
  • 73 posts
  • Last active: Dec 26 2011 04:25 AM
  • Joined: 30 Nov 2008
AutoHotkey_L has been merged with AutoHotkeyU. Please use AutoHotkey_L instead.

AutoHotkeyU - AutoHotkey_L with Unicode supports

The sources are available at <!-- m -->git://ku.myftp.org/autohotkey.git<!-- m --> via Git. Browse the repository with the web interface. (ChangeLog)

Please see this wiki article for more details.
Read the 'Script compatibility' section if your scripts don't work.

Download:
AutoHotkeyU (AutoHotkeySC.bin included) commit 3804d380dbbd56ad9787f9e42ef0cac084099a28 (based on AutoHotkey_L rev.41)
XDebugClient for AutoHotkeyU (patched to handle UTF-8, the patch is included in the package.)

HotKeyIt
  • Moderators
  • 7439 posts
  • Last active: Jun 22 2016 09:14 PM
  • Joined: 18 Jun 2008
Awesome :D

After a quick test it looks to work, I will test more as soon as I can ;)
Thanks for the source code as well.

wiseley
  • Members
  • 29 posts
  • Last active: Sep 30 2011 11:12 PM
  • Joined: 22 Apr 2009
This is great news :D
I would give it a try if i get home.
by the way, is your version base on Lexikos's Ahk_L?

n-l-i-d
  • Guests
  • Last active:
  • Joined: --
Excellent!

8)

Sean
  • Members
  • 2462 posts
  • Last active: Feb 07 2012 04:00 AM
  • Joined: 12 Feb 2007
Suddenly superb features are flooding into AHK! :)

rousni
  • Members
  • 133 posts
  • Last active: Jul 17 2018 01:36 PM
  • Joined: 23 Mar 2006
Finally !!!

Relayer
  • Members
  • 122 posts
  • Last active: Jun 22 2015 09:21 PM
  • Joined: 24 Nov 2008
Can someone explain to us non computer science folks why this is such good news? With that info, I too can be excited :wink:

majkinetor
  • Moderators
  • 4512 posts
  • Last active: May 20 2019 07:41 AM
  • Joined: 24 May 2006
Very nice.
Lets hope Chris will notice this.
Posted Image

SoLong&Thx4AllTheFish
  • Members
  • 4999 posts
  • Last active:
  • Joined: 27 May 2007
Perhaps this thread should be stickied for the time being to draw attention over a longer period of time and get people to test it :?:

Edit: and yes it will surely help make AHK to become even more popular so congratulations on your work

HotKeyIt
  • Moderators
  • 7439 posts
  • Last active: Jun 22 2016 09:14 PM
  • Joined: 18 Jun 2008

Can someone explain to us non computer science folks why this is such good news? With that info, I too can be excited :wink:


Just because it is превосходно :D

And yes I agree this should be made sticky, now many more users will be interested in AutoHotkey I think ;)

rousni
  • Members
  • 133 posts
  • Last active: Jul 17 2018 01:36 PM
  • Joined: 23 Mar 2006
I was about to reconsider my choice in favor of AutoIt. Now there is a chance to continue using AutoHotkey!

JimKarvo
  • Members
  • 104 posts
  • Last active: Jul 27 2009 12:29 AM
  • Joined: 09 Jan 2009
I found a bug.. :(

Gui, Add, Edit, x46 y37 w330 h20 vonomatainias, 

Gui, Add, Button, x116 y767 w180 h50 , Ok

; Generated using SmartGUI Creator 4.0

Gui, Show, x166 y117 h880 w420, New GUI Window

Return



GuiClose:

ExitApp

ButtonOK:
Gui, Submit, nohide
fileappend, %onomatainias%, %onomatainias%.txt

It appends an empty file..


BUT: because of I am using linux, Is is possible for someone in Windows to test that?

kli6891
  • Members
  • 46 posts
  • Last active: Nov 24 2012 08:12 PM
  • Joined: 01 Aug 2009
OP said file IO isn't implemented yet.

Sean
  • Members
  • 2462 posts
  • Last active: Feb 07 2012 04:00 AM
  • Joined: 12 Feb 2007
I'd like to know how many trailing bytes VarSetCapacity adds to the end of the variable, 1 or 2? I suppose it better be 2 with the unicode build. BTW, NumGet/NumPut didn't work as expected.
VarSetCapacity(x,2,1)
MsgBox, % NumGet(x) ; not work
; MsgBox, % NumGet(&x) ; work
OK, I reckon it's 2-byte base.
MsgBox % VarSetCapacity(x,3) "|" VarSetCapacity(y,4)
MsgBox % VarSetCapacity(z,1,1) "|" NumGet(&z)


TodWulff
  • Members
  • 142 posts
  • Last active: Sep 15 2013 04:16 PM
  • Joined: 29 Dec 2007
Wicked good news. Now maybe I don't need to learn PowerShell with WASP/PowerBoots/White to do up a UI unit test suite for a piece of oss. I am SO glad that I can leverage my ahk skillsets to this end now.!.

Quite simply, THANK YOU!!!

-t
When replying, please feel free to address me as Tod. My AHK.net site...