Add comments for sort-keys (#5566)
This commit is contained in:
parent
fd021f468c
commit
59c4fff9ff
@ -11,6 +11,10 @@
|
||||
#include <algorithm>
|
||||
|
||||
namespace {
|
||||
/*
|
||||
* We need to imitate .Net culture-aware sorting, which is used in storage service.
|
||||
* Below tables contain sort-keys for en-US culture.
|
||||
*/
|
||||
const static int table_lv0[128] = {
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user