| View previous topic :: View next topic |
| Author |
Message |
V@no
Joined: 13 Sep 2007 Posts: 37
|
Posted: Tue May 06, 2008 2:58 pm Post subject: Any work around unicode paths? |
|
|
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 |
|
 |
Guest
|
Posted: Tue May 06, 2008 8:05 pm Post subject: Re: Any work around unicode paths? |
|
|
| 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
|
Posted: Tue May 06, 2008 8:31 pm Post subject: |
|
|
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  |
|
| Back to top |
|
 |
Guest
|
Posted: Tue May 06, 2008 8:37 pm Post subject: |
|
|
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
|
Posted: Tue May 06, 2008 10:40 pm Post subject: |
|
|
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 |
|
 |
|