[clreq] Alphabetical Chinese list sorting

c933103 has just created a new issue for https://github.com/w3c/clreq:

== Alphabetical Chinese list sorting ==
Some of the currently most popular methods of sorting a Chinese list include:
* Phonetic-based sorting
** Pinyin
** Zhuyin
** Other romanization methods
* Ideograph-based sorting
** Stroke count
** Radicals
* Encoding-based sorting
** Unicode Code point
** Chinese Telegram Code
** Other encoding schemes
It would be nice for clreq to list out and comoare these different methods of sorting in the document, alongside with advantage and disadvantage of each of them.

Limitation and special consideration for each sorting methods should also be included, for instance if a list is sorted according to radical, then there should be a navigational index next to the list that allow users quickly locate the desired target in the list, if the list was intended for user to select item from.

Please view or discuss this issue at https://github.com/w3c/clreq/issues/189 using your GitHub account

Received on Friday, 19 October 2018 04:22:13 UTC