| |
| | Globalization Step-by-Step: Sorting and String Comparison (Site not responding. Last check: ) |
 | | If you are sorting only a small number of elements, the easiest and quickest solution is to use the string comparison techniques explained previously, and then to sort elements based on the result of those comparisons. |
 | | Elements are sorted based on script (that is, all Greek characters sort together, all Cyrillic characters sort together, and so on); alphanumeric and symbolic characters; diacritics; case; and other special rules, such as two characters sorting as a single character (for example, the Spanish "CH"). |
 | | For example, a sort order for Russian would be based on Cyrillic letters and possibly diacritics, but a sort order for Japanese might be based on the number of strokes it takes to draw a character. |
| www.microsoft.com /globaldev/getwr/steps/wrg_sort.mspx (2709 words) |
|