For example, there are Chinese lines:
麦克
牛津
朗文
柯林
韦氏
剑桥
美国
英汉
大英
choose View > Sort By > ascending
result in:
剑桥
大英
朗文
柯林
牛津
美国
英汉
韦氏
麦克
this is not the right order, the right one should be:
大英
剑桥
柯林
朗文
麦克
美国
牛津
韦氏
英汉
Everything can not sort Chinese in right order
-
jieyuan_1981
- Posts: 1
- Joined: Wed Mar 23, 2022 12:10 pm
-
tuska
- Posts: 1386
- Joined: Thu Jul 13, 2017 9:14 am
Re: Everything can not sort Chinese in right order
Just out of interest, I did an ascending sort in EmEditor:
The ascending sorting of Everything (2) and EmEditor (3) is identical in this example.
Since I have nothing else to contribute to this topic, this topic is closed for me
The ascending sorting of Everything (2) and EmEditor (3) is identical in this example.
Since I have nothing else to contribute to this topic, this topic is closed for me
You do not have the required permissions to view the files attached to this post.
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: Everything can not sort Chinese in right order
Good thinking!
File Explorer uses the same Everything/EmEditor sort order.
File Explorer uses the same Everything/EmEditor sort order.
-
tuska
- Posts: 1386
- Joined: Thu Jul 13, 2017 9:14 am
Re: Everything can not sort Chinese in right order
Total Commander uses the same Everything/EmEditor sort order.
You do not have the required permissions to view the files attached to this post.
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: Everything can not sort Chinese in right order
I *knew* you could not leave it at thattuska wrote: Wed Mar 23, 2022 1:36 pm Since I have nothing else to contribute to this topic, this topic is closed for me![]()
On topic:
Is Total Commander 100% Unicode? (doesn't 'feel' that way).
Tablacus Explorer - I thought it's developer was Chinese, but after checking more likely to be Japanese - uses the same sorting method too.
-
tuska
- Posts: 1386
- Joined: Thu Jul 13, 2017 9:14 am
Re: Everything can not sort Chinese in right order
Yes, you are right, but I wanted to express that I am not a specialist in the subject of "sorts".
I'm not 100% sure.NotNull wrote: Wed Mar 23, 2022 3:00 pm On topic:
Is Total Commander 100% Unicode? (doesn't 'feel' that way).
The TC - HISTORY.TXT might give you information.
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Everything can not sort Chinese in right order
Everything loosely follows the Unicode Collation Algorithm.
Everything uses allkeys.txt for sorting weights.
In other words, Everything currently sorts CJK characters by Unicode Code Point.
Everything uses allkeys.txt for sorting weights.
Derived Collation ElementsSiniform ideographs — most notably modern CJK (Han) ideographs — and Hangul syllables are not explicitly mentioned in the default table. Ideographs are mapped to collation elements that are derived from their Unicode code point value as described in Section 10.1.3, Implicit Weights. For a discussion of derived collation elements for Hangul syllables and other issues related to the collation of Korean, see Section 10.1.5, Hangul Collation.
In other words, Everything currently sorts CJK characters by Unicode Code Point.