site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Hello, Thanks in advance! St~{(&~}phane Thiell _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I'm seeking a way to mount, in command line, a AFP volume with a _japanese_ name, like "~{92SP~}X". The Finder, at least since Jaguar, is able to list and mount a remote japanese volume without any problem. I tried without success the mount_afp command and osascript -e with "tell application Finder to mount volume afp://...". Often I get afpParmErr (A specified parameter was out of allowable range). But these tools work well with, for example, volumes with french accents in UTF-8. I tried to escape the UTF-8 characters with CFURLCreateStringByAddingPercentEscapes() too, but it didn't work neither. Is it a way to mount such volumes without having to use the Carbon layer? Maybe their names should be escaped in a special manner? This email sent to site_archiver@lists.apple.com