folder name in asian characters
folder name in asian characters
- Subject: folder name in asian characters
- From: 김경옥 <email@hidden>
- Date: Mon, 08 Nov 2004 00:58:12 +0000 (GMT)
- Msgkey: email@hidden
Title: Samsung Enterprise Portal mySingle
hi
I made Folder Tree in my cocoa program in Obj-C.
In the program, AppleScript is used for displaying folder properties window
of Finder.
In order to invoke folder properties window of "Test Folder" which
is under root folder,
script string is as follows.
tell application "Finder"
set targetPath to folder "Test Folder" of startup disk
open information window of targetPath
end tell.
It really works well. But if the folder name is in Asian character (such
as Korean, Japanese ),
It does nothing.
I think AppleScript doesn't recognize the foreign characters.
What should I do for my application to support asian folder name?
Thanks in advance.
G. Kim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden