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