Hi, mc sorts the files in standard ascii order (strcmp() instead of strcoll()). IMHO it would be better if it sorted them according to the current locale. This way those who don't like this still can set LC_COLLATE=C to revert the current behavior. (Tested with 4.6.0) bye, Egmont