GNOME Bugzilla – Bug 141818
Non-English characters in file names cause mime type misdetection
Last modified: 2004-12-22 21:47:04 UTC
Create a Word document "x.doc". It will have the correct mime type "application/msword" in Nautilus. Rename it to "é.doc" and it will have the (correct, but less precise) mime type "application/x-ole-storage". This changes the icon and the program associated with it. Some experimentation revals that this affects all file names containing accented characters except ÿ (which happens to have the code 0xff in latin1). All my LC_* and LANG* variables are set to en_US.
Maybe related to #143433
I cannot reproduce this one.
Can you test if this is still reproducable in gnome 2.8?
*** This bug has been marked as a duplicate of 143433 ***
I cannot reproduce this bug in Gnome 2.8, so I guess it's fixed. Word documents with the .doc file extension are now detected as application/vnd.ms-word whether or not their names contain 8-bit characters.