AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Internationalization bugs ?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
valenock



Joined: 14 Sep 2004
Posts: 16

PostPosted: Tue Jan 18, 2005 3:34 am    Post subject: Internationalization bugs ? Reply with quote

Is Autohotkey aware of codepages/locales other than Latin-1 ?

MsgBox, Русский текст - Some Russian text

leads to some funny characters instead of letters in its first part

The same problems are with other String functions.

Is it a bug or there is something I do not know about Autohoteky ?
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Tue Jan 18, 2005 2:04 pm    Post subject: Reply with quote

AutoHotkey is strictly an ANSI program except for the Transform Unicode command. Therefore, if any of the characters you try to use aren't in the ANSI character set, when you save the script as ANSI, they'll probably get mapped to something unexpected.

If this is not a Unicode issue, I can't explain it because I don't know enough about code pages, except to say that AutoHotkey never changes code pages internally (other than whatever the OS does automatically to support the locale it's running on).

There are tentative plans to release a separate Unicode version of AutoHotkey someday. I suspect it would solve this issue.

If anyone knows if and how an ANSI program can be made to better support multiple code pages, please post here.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group