; Default sort order ; ; semi-colon is the comment character [sortorder] ;=============================================================================== ; ; @(#)nocase.srt 28.1 05/22/95 ; ; Sort Order Overview: ; -------------------- ; Based on the Code Page 1254 character set, this sort order is a ; case-insensitive ordering. Upper case letters are equal to and ; always sort with their lower case counterparts. ; ; Ligatures, Sort-Doubles, etc.: ; ------------------------------ ; AE, ae, OE, oe ligatures ; German sharp-s ligature with "ss" ; ;=============================================================================== class = 0x01 ; Class `1' sort order id = 0x82 ; Unique ID # (130) for the sort order name = nocase ; menuname = "Dictionary order, case insensitive" charset = cp1254 description = "Case insensitive dictionary order for use with code page 1254" ; 5 Ligatures lig = 0xe6=0xc6, after AE ; Small AE(Expansion), Capital AE(Expansion) lig = 0x9c=0x8c, after OE ; o E(Expansion), O E(Expansion) lig = 0xdf, after ss ; Small Sharp S(Expansion) ; Control characters char = 0x01 ;Start Of Heading char = 0x02 ;Start Of Text char = 0x03 ;End Of Text char = 0x04 ;End Of Transmission char = 0x05 ;Enquiry char = 0x06 ;Acknowledge char = 0x07 ;Bell char = 0x08 ;Backspace char = 0x0e ;Shift Out char = 0x0f ;Shift In char = 0x10 ;Data Link Escape char = 0x11 ;Device Control One char = 0x12 ;Device Control Two char = 0x13 ;Device Control Three char = 0x14 ;Device Control Four char = 0x15 ;Negative Acknowledge char = 0x16 ;Synchronous Idle char = 0x17 ;End Of Transmission Block char = 0x18 ;Cancel char = 0x19 ;End Of Medium char = 0x1a ;Substitute char = 0x1b ;Escape char = 0x1c ;File Separator char = 0x1d ;Group Separator char = 0x1e ;Record Separator char = 0x1f ;Unit Separator char = 0x7f ;Delete char = 0x80 ;Control char = 0x81 ;Control char = 0x8d ;Control char = 0x8e ;Control char = 0x8f ;Control char = 0x90 ;Control char = 0x9d ;Control char = 0x9e ;Control char = 0x27 ;Apostrophe-Quote char = 0x2d ;Hyphen-Minus char = 0xad ;Soft Hyphen char = 0x96 ;En Dash char = 0x97 ;Em Dash ; Punctuations char = 0x20 ;Space char = 0xa0 ;Non-Breaking Space char = 0x09 ;Horizontal Tabulation char = 0x0a ;Line Feed char = 0x0b ;Vertical Tabulation char = 0x0c ;Form Feed char = 0x0d ;Carriage Return char = 0x21 ;Exclamation Mark char = 0x22 ;Quotation Mark char = 0x23 ;Number Sign char = 0x24 ;Dollar Sign char = 0x25 ;Percent Sign char = 0x26 ;Ampersand char = 0x28 ;Opening Parenthesis char = 0x29 ;Closing Parenthesis char = 0x2a ;Asterisk char = 0x2c ;Comma char = 0x2e ;Period char = 0x2f ;Slash char = 0x3a ;Colon char = 0x3b ;Semicolon char = 0x3f ;Question Mark char = 0x40 ;Commercial At char = 0x5b ;Opening Square Bracket char = 0x5c ;Backslash char = 0x5d ;Closing Square Bracket char = 0x5e ;Spacing Circumflex char = 0x88 ;Modifier Circumflex char = 0x5f ;Spacing Underscore char = 0x60 ;Spacing Grave char = 0x7b ;Opening Curly Bracket char = 0x7c ;Vertical Bar char = 0x7d ;Closing Curly Bracket char = 0x7e ;Tilde char = 0xa1 ;Inverted Exclamation Mark char = 0xa6 ;Broken Vertical Bar char = 0xa8 ;Spacing Diaeresis char = 0xaf ;Spacing Macron char = 0xb4 ;Spacing Acute char = 0xb8 ;Spacing Cedilla char = 0xbf ;Inverted Question Mark char = 0x98 ;Spacing Tilde char = 0x91 ;Single Turned Comma Quotation Mark char = 0x92 ;Single Comma Quotation Mark char = 0x82 ;Low Single Comma Quotation Mark char = 0x93 ;Double Turned Comma Quotation Mark char = 0x94 ;Double Comma Quotation Mark char = 0x84 ;Low Double Comma Quotation Mark char = 0x8b ;Left Pointing Single Guillemet char = 0x9b ;Right Pointing Single Guillemet ; Signs,Forms and Symbols char = 0x2b ;Plus Sign char = 0x3c ;Less-Than Sign char = 0x3d ;Equals Sign char = 0x3e ;Greater-Than Sign char = 0xb1 ;Plus-Or-Minus Sign char = 0xab ;Left Pointing Guillemet char = 0xbb ;Right Pointing Guillemet char = 0xd7 ;Multiplication Sign char = 0xf7 ;Division Sign char = 0xa2 ;Cent Sign char = 0xa3 ;Pound Sign char = 0xa4 ;Currency Sign char = 0xa5 ;Yen Sign char = 0xa7 ;Section Sign char = 0xa9 ;Copyright Sign char = 0xac ;Not Sign char = 0xae ;Registered Trade Mark Sign char = 0xb0 ;Degree Sign char = 0xb5 ;Micro Sign char = 0xb6 ;Paragraph Sign char = 0xb7 ;Middle Dot char = 0x86 ;Dagger char = 0x87 ;Double Dagger char = 0x95 ;Bullet char = 0x85 ;Horizontal Ellipsis char = 0x89 ;Per Mille Sign ; Digits char = 0x30 ;Digit Zero char = 0xbc ;Fraction One Quarter char = 0xbd ;Fraction One Half char = 0xbe ;Fraction Three Quarters char = 0x31 ;Digit One char = 0xb9 ;Superscript Digit One char = 0x32 ;Digit Two char = 0xb2 ;Superscript Digit Two char = 0x33 ;Digit Three char = 0xb3 ;Superscript Digit Three char = 0x34 ;Digit Four char = 0x35 ;Digit Five char = 0x36 ;Digit Six char = 0x37 ;Digit Seven char = 0x38 ;Digit Eight char = 0x39 ;Digit Nine ; Alphabets char = 0x61=0x41,0xaa,0xe1=0xc1,0xe0=0xc0,0xe2=0xc2,0xe4=0xc4,0xe3=0xc3,0xe5=0xc5 ; a, A, Feminine Ordinal Indicator, a-Acute, A-Acute ; a-Grave, A-Grave, a-Circumflex, A-Circumflex, a-Diaeresis ; A-Diaeresis, a-Tilde, A-Tilde, a-Ring, A-Ring char = 0x62=0x42 ; b, B char = 0x63=0x43 ; c, C char = 0xe7=0xc7 ; c Cedilla, C-Cedilla char = 0x64=0x44 ; d, D char = 0x65=0x45,0xe9=0xc9,0xe8=0xc8,0xea=0xca,0xeb=0xcb ; e, E, e-Acute, E-Acute, e-Grave, E-Grave, e-Circumflex ; E-Circumflex, e-Diaeresis, E-Diaeresis char = 0x66=0x46,0x83 ; f, F, Small Script F char = 0x67=0x47 ; g, G char = 0xf0=0xd0 ; g Breve, G-Breve char = 0x68=0x48 ; h, H char = 0xfd=0x49=0x69=0xdd,0xed=0xcd,0xec=0xcc,0xee=0xce,0xef=0xcf ; Small Dotless I, I, i, I-Dot, i-Acute, I-Acute, i-Grave ; I-Grave, i-Circumflex, I-Circumflex, i-Diaeresis ; I-Diaeresis char = 0x6a=0x4a ; j, J char = 0x6b=0x4b ; k, K char = 0x6c=0x4c ; l, L char = 0x6d=0x4d ; m, M char = 0x6e=0x4e,0xf1=0xd1 ; n, N, n-Tilde, N-Tilde char = 0x6f=0x4f,0xba,0xf3=0xd3,0xf2=0xd2,0xf4=0xd4,0xf5=0xd5,0xf8=0xd8 ; o, O, Masculine Ordinal Indicator, o-Acute, O-Acute ; o-Grave, O-Grave, o-Circumflex, O-Circumflex, o-Tilde ; O-Tilde, o-Slash, O-Slash char = 0xf6=0xd6 ; o Diaeresis, O-Diaeresis char = 0x70=0x50 ; p, P char = 0x71=0x51 ; q, Q char = 0x72=0x52 ; r, R char = 0x73=0x53,0x9a=0x8a ; s, S, s-Hacek, S-Hacek char = 0xfe=0xde ; s Cedilla, S-Cedilla char = 0x74=0x54 ; t, T char = 0x99 ; Trademark char = 0x75=0x55,0xfa=0xda,0xf9=0xd9,0xfb=0xdb ; u, U, u-Acute, U-Acute, u-Grave, U-Grave, u-Circumflex ; U-Circumflex char = 0xfc=0xdc ; u Diaeresis, U-Diaeresis char = 0x76=0x56 ; v, V char = 0x77=0x57 ; w, W char = 0x78=0x58 ; x, X char = 0x79=0x59,0xff=0x9f ; y, Y, y-Diaeresis, Y-Diaeresis char = 0x7a=0x5a ; z, Z