Hallo folks,
we encountered a problem when trying to open a InDesign file with mac version of the server on a smb share folder on windows. if the file contains german umlauts (öäü) the server cannot find this file. Names without german special chars works fine. Here a script example:
var fileName = File.encode("/Users/Me/temp/shareOnWindows/somethingü.indd");
var file = File(fileName);
myDoc = app.open(file);
the path "/Users/Me/temp/shareOnWindow" is mounted with mount_smbfs to a windows xp machine.
Do somebody knows a solution for this problem?
we encountered a problem when trying to open a InDesign file with mac version of the server on a smb share folder on windows. if the file contains german umlauts (öäü) the server cannot find this file. Names without german special chars works fine. Here a script example:
var fileName = File.encode("/Users/Me/temp/shareOnWindows/somethingü.indd");
var file = File(fileName);
myDoc = app.open(file);
the path "/Users/Me/temp/shareOnWindow" is mounted with mount_smbfs to a windows xp machine.
Do somebody knows a solution for this problem?