; Default sort order ; ; semi-colon is the comment character [sortorder] ;=============================================================================== ; ; @(#)diction.srt 28.1 05/22/95 ; @(#)diction.srt 28.1 02/28/95 ; ; Sort Order Overview: ; -------------------- ; Based on the Code Page 1253 character set, this sort order is a ; case-sensitive ordering. Lower case letters always sort before their ; upper case counterparts. ; ;=============================================================================== class = 0x01 ; Class `1' sort order id = 0x71 ; Unique ID # (113) for the sort order name = diction menuname = "Greek dictionary order, case sensitive" charset = cp1253 description = "Greek case sensitive dictionary sort order for use with code page 1253" ; 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 = 0x88 ;Control char = 0x8a ;Control char = 0x8c ;Control char = 0x8d ;Control char = 0x8e ;Control char = 0x8f ;Control char = 0x90 ;Control char = 0x98 ;Control char = 0x9a ;Control char = 0x9c ;Control char = 0x9d ;Control char = 0x9e ;Control char = 0x9f ;Control char = 0x27 ;Apostrophe-Quote char = 0x2d ;Hyphen-Minus char = 0xad ;Soft Hyphen char = 0x96 ;En Dash char = 0x97 ;Em Dash char = 0xaf ;Quotation 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 = 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 = 0xa6 ;Broken Vertical Bar char = 0xa8 ;Spacing Diaeresis char = 0xb4 ;Greek Spacing Tonos char = 0xa1 ;Greek Spacing Diaeresis Tonos 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 = 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 = 0xbd ;Fraction One Half char = 0x31 ;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 ; a, A char = 0x62,0x42 ; b, B char = 0x63,0x43 ; c, C char = 0x64,0x44 ; d, D char = 0x65,0x45 ; e, E char = 0x66,0x46,0x83 ; f, F, Small Script F char = 0x67,0x47 ; g, G char = 0x68,0x48 ; h, H char = 0x69,0x49 ; i, I char = 0x6a,0x4a ; j, J char = 0x6b,0x4b ; k, K char = 0x6c,0x4c ; l, L char = 0x6d,0x4d ; m, M char = 0x6e,0x4e ; n, N char = 0x6f,0x4f ; o, O char = 0x70,0x50 ; p, P char = 0x71,0x51 ; q, Q char = 0x72,0x52 ; r, R char = 0x73,0x53 ; s, S char = 0x74,0x54 ; t, T char = 0x99 ; Trademark char = 0x75,0x55 ; u, U char = 0x76,0x56 ; v, V char = 0x77,0x57 ; w, W char = 0x78,0x58 ; x, X char = 0x79,0x59 ; y, Y char = 0x7a,0x5a ; z, Z char = 0xe1,0xc1,0xdc,0xa2 ; Greek Small Alpha, Greek Capital Alpha, Greek Small Alpha Tonos ; Greek Capital Alpha Tonos char = 0xe2,0xc2 ; Greek Small Beta, Greek Capital Beta char = 0xe3,0xc3 ; Greek Small Gamma, Greek Capital Gamma char = 0xe4,0xc4 ; Greek Small Delta, Greek Capital Delta char = 0xe5,0xc5,0xdd,0xb8 ; Greek Small Epsilon, Greek Capital Epsilon, Greek Small Epsilon Tonos ; Greek Capital Epsilon Tonos char = 0xe6,0xc6 ; Greek Small Zeta, Greek Capital Zeta char = 0xe7,0xc7,0xde,0xb9 ; Greek Small Eta, Greek Capital Eta, Greek Small Eta Tonos ; Greek Capital Eta Tonos char = 0xe8,0xc8 ; Greek Small Theta, Greek Capital Theta char = 0xe9,0xc9,0xdf,0xba,0xfa,0xda,0xc0 ; Greek Small Iota, Greek Capital Iota, Greek Small Iota Tonos ; Greek Capital Iota Tonos, Greek Small Iota Diaeresis ; Greek Capital Iota Diaeresis, Greek Small Iota Diaeresis Tonos char = 0xea,0xca ; Greek Small Kappa, Greek Capital Kappa char = 0xeb,0xcb ; Greek Small Lambda, Greek Capital Lambda char = 0xec,0xcc ; Greek Small Mu, Greek Capital Mu char = 0xed,0xcd ; Greek Small Nu, Greek Capital Nu char = 0xee,0xce ; Greek Small Xi, Greek Capital Xi char = 0xef,0xcf,0xfc,0xbc ; Greek Small Omicron, Greek Capital Omicron, Greek Small Omicron Tonos ; Greek Capital Omicron Tonos char = 0xf0,0xd0 ; Greek Small Pi, Greek Capital Pi char = 0xf1,0xd1 ; Greek Small Rho, Greek Capital Rho char = 0xf3=0xf2,0xd3 ; Greek Small Sigma, Greek Small Final Sigma, Greek Capital Sigma char = 0xf4,0xd4 ; Greek Small Tau, Greek Capital Tau char = 0xf5,0xd5,0xfd,0xbe,0xfb,0xdb,0xe0 ; Greek Small Upsilon, Greek Capital Upsilon, Greek Small Upsilon Tonos ; Greek Capital Upsilon Tonos, Greek Small Upsilon Diaeresis ; Greek Capital Upsilon Diaeresis, Greek Small Upsilon Diaeresis Tonos char = 0xf6,0xd6 ; Greek Small Phi, Greek Capital Phi char = 0xf7,0xd7 ; Greek Small Chi, Greek Capital Chi char = 0xf8,0xd8 ; Greek Small Psi, Greek Capital Psi char = 0xf9,0xd9,0xfe,0xbf ; Greek Small Omega, Greek Capital Omega, Greek Small Omega Tonos ; Greek Capital Omega Tonos char = 0xaa ; Undefined char = 0xd2 ; Undefined char = 0xff ; Undefined