Status: Untriaged Owner: ---- Labels: Type-Bug Pri-3 OS-Linux Area-Misc Size-Medium
New issue 16179 by [email protected]: Linux file:// listings are sorted but not fully internationalized http://code.google.com/p/chromium/issues/detail?id=16179 What steps will reproduce the problem? 1. Open any file:// URL. 2. Observe how the files with international names are sorted. What is the expected output? What do you see instead? The files are sorted based on the user locale. Currently, the comparison is done ignoring encoding and locale (See CompareFiles in file_util_posix.cc) See also http://code.google.com/p/chromium/issues/detail?id=12812 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
