Hi everybody,
I have written a small Cocoa app that needs to communicate with AppleScript through an NSTask. (Or, to be more specific, an NSTask with "/usr/bin/osascript" as launchPath)
If the filename is 7-bit-ASCII-"clean", everything works fine. But as soon as I'm dealing with filenames with umlauts or other "fancy" characters in them, it just doesn't want them.
Anybody have a clue?
I have written a small Cocoa app that needs to communicate with AppleScript through an NSTask. (Or, to be more specific, an NSTask with "/usr/bin/osascript" as launchPath)
If the filename is 7-bit-ASCII-"clean", everything works fine. But as soon as I'm dealing with filenames with umlauts or other "fancy" characters in them, it just doesn't want them.
Anybody have a clue?