typing accented letter returns error

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
roughnecks
Posts: 5
Joined: 04 Mar 2021, 06:51

typing accented letter returns error

Post by roughnecks » 25 May 2022, 13:37

https://i.imgur.com/Dcryrhh.jpeg

I'm trying to remap a key in my Italian KB, an accented letter like " ì "
but whenever I try I get the error in screenshot.

File format is UTF-8, editing with notepad++ and I have no clues.

Thanks

gregster
Posts: 9056
Joined: 30 Sep 2013, 06:48

Re: typing accented letter returns error

Post by gregster » 25 May 2022, 13:45

File format should be UTF-8 with BOM, not UTF-8.

BoBo
Posts: 6564
Joined: 13 May 2014, 17:15

Re: typing accented letter returns error

Post by BoBo » 25 May 2022, 13:45

a) you can copy AHK's error-messages with simply doing a standard cut&paste!

---------------------------
Test15.ahk
---------------------------
Error at line 4.

Line Text: blablabla
Error: This line does not contain a recognized action.

The program will exit.
---------------------------
OK
---------------------------


b) was your intention to create a hotkey or a hotstring?

User avatar
roughnecks
Posts: 5
Joined: 04 Mar 2021, 06:51

Re: typing accented letter returns error

Post by roughnecks » 25 May 2022, 14:30

gregster wrote:
25 May 2022, 13:45
File format should be UTF-8 with BOM, not UTF-8.
Thanks, worked!

Post Reply

Return to “Ask for Help (v1)”