> When there weird characters in directory names, i.e: the � character, i > cannot copy/paste that character. Is there any way around this?
This is more a limitation in the terminal you're using. First, try to tab-complete the filename you're using. Second, try using globbings or wildcards to get around this. Third, you can always use the %xx equivalent of the character, like %80 for the "Euro" symbol. -- Nicolas Noble
