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 

Any work around unicode paths?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
V@no



Joined: 13 Sep 2007
Posts: 37

PostPosted: Tue May 06, 2008 2:58 pm    Post subject: Any work around unicode paths? Reply with quote

Hello!
Since AHK doesn't support Unicode, is there a way handle Unicode paths submitted by FileSelectDir/FileSelectFile?
Copy/move?

Thank you.

P.S.
Sorry if this has been discussed before, I might used wrong keywords when searched, didn't find anything useful.
Back to top
View user's profile Send private message
Guest






PostPosted: Tue May 06, 2008 8:05 pm    Post subject: Re: Any work around unicode paths? Reply with quote

V@no wrote:
Since AHK doesn't support Unicode


lack of unicode support does not mean you can't use unicode characters at all
why don't you give it a try?

Code:
FileSelectFile, OutputVar
MsgBox % Outputvar


there's nothing wrong with unicode in this case
Back to top
V@no



Joined: 13 Sep 2007
Posts: 37

PostPosted: Tue May 06, 2008 8:31 pm    Post subject: Reply with quote

Nope, it doesnt work:

If it "works" for you, it means your system uses non-ISO8859-1 code page for non-Unicode characters (check in regional and language options -> advanced)

If your system doesn't setup to "understand" russian, try create a file with this name:
русский
and see what happens Wink
Back to top
View user's profile Send private message
Guest






PostPosted: Tue May 06, 2008 8:37 pm    Post subject: Reply with quote



well it's working for me even though i'm not russian
i think it's your problem something like codepage conversion as you said.
however it's not the problem of ahk
Back to top
V@no



Joined: 13 Sep 2007
Posts: 37

PostPosted: Tue May 06, 2008 10:40 pm    Post subject: Reply with quote

Anyway, the issue not resolved, you can't relay that everyone running the script will not have the problem...
Have anyone figured this out yet?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help 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