Ho impostato la locale:
$locale
LANG="en_GB.UTF-8"
LC_COLLATE="en_GB.UTF-8"
LC_CTYPE="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_MONETARY="en_GB.UTF-8"
LC_NUMERIC="en_GB.UTF-8"
LC_TIME="en_GB.UTF-8"
LC_ALL=
Tuttavia, mentre questa montatura funziona:
$ mount -t smbfs "//Mercury/Echo" "/Volumes/Echo"
Password for Mercury:
Questa montatura non funziona:
$ mount -t smbfs "//Προκρούστης/DiningRoom" "/Volumes/DiningRoom"
mount_smbfs: URL parsing failed, please correct the URL and try again: Invalid argument
Qualche suggerimento su come risolvere questo problema?