home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / sort / ordering.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  2.7 KB  |  59 lines

  1. Sort Order
  2.  
  3. Each lowercase (a-z) letter is sorted with its equivalent uppercase (A-Z) 
  4. letter. All other characters are sorted according to their ASCII value, 
  5. except for some characters in languages outside the USA. Generally, this 
  6. means control characters, then numbers, then letters, with punctuation
  7. marks scattered throughout. In the following list, ^x represents Ctrl-x, 
  8. SP represents the space character. See the NEW_TERMS ASCII topic for a 
  9. list of the numeric values of all the ASCII characters.
  10.  
  11. Input character:   ^@ ^A ^B ^C ^D ^E ^F ^G ^H ^I ^J ^K ^L ^M ^N ^O 
  12. Sorted as:         ^@ ^A ^B ^C ^D ^E ^F ^G ^H ^I ^J ^K ^L ^M ^N ^O 
  13.  
  14. Input character:   ^P ^Q ^R ^S ^T ^U ^V ^W ^X ^Y ^Z ^[ ^\ ^] ^^ ^_ 
  15. Sorted as:         ^P ^Q ^R ^S ^T ^U ^V ^W ^X ^Y ^Z ^[ ^\ ^] ^^ ^_ 
  16.  
  17. Input character:   SP  !  "  #  $  %  &  '  (  )  *  +  ,  -  .  / 
  18. Sorted as:         SP  !  "  #  $  %  &  '  (  )  *  +  ,  -  .  / 
  19.  
  20. Input character:   0  1  2  3  4  5  6  7  8  9  :  ;  <  =  >  ? 
  21. Sorted as:         0  1  2  3  4  5  6  7  8  9  :  ;  <  =  >  ? 
  22.  
  23. Input character:   @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O 
  24. Sorted as:         @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O 
  25.  
  26. Input character:   P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _
  27. Sorted as:         P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _
  28.  
  29. Input character:   `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o
  30. Sorted as:         `  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O
  31.  
  32. Input character:   p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~   
  33. Sorted as:         P  Q  R  S  T  U  V  W  X  Y  Z  {  |  }  ~   
  34.  
  35. Input character:   Ç  ü  é  â  ä  à  å  ç  ê  ë  è  ï  î  ì  Ä  Å 
  36. Sorted as:         C  U  E  A  A  A  A  C  E  E  E  I  I  I  A  A 
  37.  
  38. Input character:   É  æ  Æ  ô  ö  ò  û  ù  ÿ  Ö  Ü  ¢  £  ¥  ₧  ƒ 
  39. Sorted as:         E  A  A  O  O  O  U  U  Y  O  U  $  $  $  $  $ 
  40.  
  41. Input character:   á  í  ó  ú  ñ  Ñ  ª  º  ¿  ⌐  ¬  ½  ¼  ¡  «  » 
  42. Sorted as:         A  I  O  U  N  N  ª  º  ?  ⌐  ¬  ½  ¼  !  "  " 
  43.  
  44. Input character:   ░  ▒  ▓  │  ┤  ╡  ╢  ╖  ╕  ╣  ║  ╗   ╝  ╜  ╛  ┐
  45. Sorted as:         ░  ▒  ▓  │  ┤  ╡  ╢  ╖  ╕  ╣  ║  ╗   ╝  ╜  ╛  ┐
  46.  
  47. Input character:   └  ┴  ┬  ├  ─  ┼  ╞  ╟  ╚  ╔  ╩  ╦  ╠  ═  ╬  ╧ 
  48. Sorted as:         └  ┴  ┬  ├  ─  ┼  ╞  ╟  ╚  ╔  ╩  ╦  ╠  ═  ╬  ╧ 
  49.  
  50. Input character:   ╨  ╤  ╥  ╙  ╘  ╒  ╓  ╫  ╪  ┘  ┌  █  ▄  ▌  ▐  ▀
  51. Sorted as:         ╨  ╤  ╥  ╙  ╘  ╒  ╓  ╫  ╪  ┘  ┌  █  ▄  ▌  ▐  ▀
  52.  
  53. Input character:   α  ß  Γ  π  Σ  σ  µ  τ  Φ  Θ  Ω  δ  ∞  φ  ε  ∩ 
  54. Sorted as:         α  S  Γ  π  Σ  σ  µ  τ  Φ  Θ  Ω  δ  ∞  φ  ε  ∩ 
  55.  
  56. Input character:   ≡  ±  ≥  ≤  ⌠  ⌡  ÷  ≈  °  ∙  ·  √  ⁿ  ²  ■     
  57. Sorted as:         ≡  ±  ≥  ≤  ⌠  ⌡  ÷  ≈  °  ∙  ·  √  ⁿ  ²  ■     
  58. 
  59.