Hello,
I created a custom business operation to copy PDF files in Intersystems Healthshare. To copy the files I used:
$ZF(-100, "", "cp", "-f", tSource, tTarget)
tSource contains the source file e.g. "/opt/var/data/dir/1821008687135422926_5849146876.pdf".
tTargetSource contains the target file "/opt/targetdir/Müller_Jörg_1821008687.pdf".
Copying files without german Umlaute works fine (e.g Smith_Robert_1821081542.pdf), but when the string contains special characters like "ä", "ö", "ü" or even "ß" copying is not successful.