On my PC, I have a directory tree of mp3 files.
Classical MP3s are in directories named for the composer.
Oddly enough, not all composers are American: one is Georg Friedrich Händel.
I samba mount those directories.
When I attempt to copy the Georg Friedrich Händel directory, bash correctly deals with the umlaut in Händel, rendering it as
Georg Friedrich H204ndel/
on the command line, and as
Georg Friedrich H,ndel
in ssh, or with the \"un-drawable character\" box in the Qtopia Shell app.
BUT, cp refuses to copy the directory name, and \"Advanced\" File Manager and XMMS simply don\'t show the directory at all -- it\'s as if it doesn\'t exist.
Perhaps, as an American, I should be gratified at the American-centric world-view this suggests, but in 2004 I\'d have expected some token support for high-ascii and i18n character sets.
This is just a terrible, terrible, clueless oversight: hide the directory if it contains unprintable characters?
Is this a linux problem, a Qtopia problem, or a clueless programmer problem?
Is there any work-around?
Thanks.