Hisham Mardam Bey schrieb:
> On 7/25/07, Peter Wehrfritz <[EMAIL PROTECTED]> wrote:
>
>   
>> I'm not sure what your intention is behind the 'a', but the third
>> argument of ecore_list_sort() should be ECORE_SORT_MIN or
>> ECORE_SORT_MAX.  I updated the doxy to be more precise about the
>> possible values. Besides that, the return list of ecore_file_ls() should
>> already be sorted.
>>
>>     
>
> Fixed, thanks. ecore_file_ls seems to use strcol l() which is case sensitive.
>
>   
strcoll is in general case insensitive , only if you haven't set the 
user's locale (via setlocale(LC_COLLATE, ""); or setlocale(LC_ALL, "");) 
and hence the locale is set to "C", it will fallback, for whatever 
reasons, to use strcmp.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to