1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/textandloc/localisation/localesupport/src/ls_a850.cpp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,429 @@
1.4 +/*
1.5 +* Copyright (c) 1994-2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +* CP850 Western European Alphabetic Conversions etc (excludes Scandinavia).
1.19 +*
1.20 +*/
1.21 +
1.22 +
1.23 +#include "ls_std.h"
1.24 +
1.25 +// The character type conversion table
1.26 +const TUint8 LAlphabet::TypeTable[KMaxTranslateTable] =
1.27 + {
1.28 + (__C), // 0x00 - NUL
1.29 + (__C), // 0x01 - SOH
1.30 + (__C), // 0x02 - STX
1.31 + (__C), // 0x03 - ETX
1.32 + (__C), // 0x04 - EOT
1.33 + (__C), // 0x05 - ENQ
1.34 + (__C), // 0x06 - ACK
1.35 + (__C), // 0x07 - BEL
1.36 + (__C), // 0x08 - BS
1.37 + (__C|__S), // 0x09 - HT
1.38 + (__C|__S), // 0x0a - NL
1.39 + (__C|__S), // 0x0b - VT
1.40 + (__C|__S), // 0x0c - FF
1.41 + (__C|__S), // 0x0d - CR
1.42 + (__C), // 0x0e - SO
1.43 + (__C), // 0x0f - SI
1.44 + (__C), // 0x10 - DLE
1.45 + (__C), // 0x11 - DC1
1.46 + (__C), // 0x12 - DC2
1.47 + (__C), // 0x13 - DC3
1.48 + (__C), // 0x14 - DC4
1.49 + (__C), // 0x15 - NAK
1.50 + (__C), // 0x16 - SYN
1.51 + (__C), // 0x17 - ETB
1.52 + (__C), // 0x18 - CAN
1.53 + (__C), // 0x19 - EM
1.54 + (__C), // 0x1a - SUB
1.55 + (__C), // 0x1b - ESC
1.56 + (__C), // 0x1c - FS
1.57 + (__C), // 0x1d - GS
1.58 + (__C), // 0x1e - RS
1.59 + (__C), // 0x1f - US
1.60 + (__S|__B), // 0x20 - ' '
1.61 + (__P), // 0x21 - '!'
1.62 + (__P), // 0x22 - '"'
1.63 + (__P), // 0x23 - '#'
1.64 + (__P), // 0x24 - '$'
1.65 + (__P), // 0x25 - '%'
1.66 + (__P), // 0x26 - '&'
1.67 + (__P), // 0x27 - '''
1.68 + (__P), // 0x28 - '('
1.69 + (__P), // 0x29 - ')'
1.70 + (__P), // 0x2a - '*'
1.71 + (__P), // 0x2b - '+'
1.72 + (__P), // 0x2c - ','
1.73 + (__P), // 0x2d - '-'
1.74 + (__P), // 0x2e - '.'
1.75 + (__P), // 0x2f - '/'
1.76 + (__D|__X), // 0x30 - '0'
1.77 + (__D|__X), // 0x31 - '1'
1.78 + (__D|__X), // 0x32 - '2'
1.79 + (__D|__X), // 0x33 - '3'
1.80 + (__D|__X), // 0x34 - '4'
1.81 + (__D|__X), // 0x35 - '5'
1.82 + (__D|__X), // 0x36 - '6'
1.83 + (__D|__X), // 0x37 - '7'
1.84 + (__D|__X), // 0x38 - '8'
1.85 + (__D|__X), // 0x39 - '9'
1.86 + (__P), // 0x3a - ':'
1.87 + (__P), // 0x3b - ';'
1.88 + (__P), // 0x3c - '<'
1.89 + (__P), // 0x3d - '='
1.90 + (__P), // 0x3e - '>'
1.91 + (__P), // 0x3f - '?'
1.92 + (__P), // 0x40 - '@'
1.93 + (__U|__X), // 0x41 - 'A'
1.94 + (__U|__X), // 0x42 - 'B'
1.95 + (__U|__X), // 0x43 - 'C'
1.96 + (__U|__X), // 0x44 - 'D'
1.97 + (__U|__X), // 0x45 - 'E'
1.98 + (__U|__X), // 0x46 - 'F'
1.99 + (__U), // 0x47 - 'G'
1.100 + (__U), // 0x48 - 'H'
1.101 + (__U), // 0x49 - 'I'
1.102 + (__U), // 0x4a - 'J'
1.103 + (__U), // 0x4b - 'K'
1.104 + (__U), // 0x4c - 'L'
1.105 + (__U), // 0x4d - 'M'
1.106 + (__U), // 0x4e - 'N'
1.107 + (__U), // 0x4f - 'O'
1.108 + (__U), // 0x50 - 'P'
1.109 + (__U), // 0x51 - 'Q'
1.110 + (__U), // 0x52 - 'R'
1.111 + (__U), // 0x53 - 'S'
1.112 + (__U), // 0x54 - 'T'
1.113 + (__U), // 0x55 - 'U'
1.114 + (__U), // 0x56 - 'V'
1.115 + (__U), // 0x57 - 'W'
1.116 + (__U), // 0x58 - 'X'
1.117 + (__U), // 0x59 - 'Y'
1.118 + (__U), // 0x5a - 'Z'
1.119 + (__P), // 0x5b - '['
1.120 + (__P), // 0x5c - '\'
1.121 + (__P), // 0x5d - ']'
1.122 + (__P), // 0x5e - '^'
1.123 + (__P), // 0x5f - '_'
1.124 + (__P), // 0x60 - '`'
1.125 + (__L|__X), // 0x61 - 'a'
1.126 + (__L|__X), // 0x62 - 'b'
1.127 + (__L|__X), // 0x63 - 'c'
1.128 + (__L|__X), // 0x64 - 'd'
1.129 + (__L|__X), // 0x65 - 'e'
1.130 + (__L|__X), // 0x66 - 'f'
1.131 + (__L), // 0x67 - 'g'
1.132 + (__L), // 0x68 - 'h'
1.133 + (__L), // 0x69 - 'i'
1.134 + (__L), // 0x6a - 'j'
1.135 + (__L), // 0x6b - 'k'
1.136 + (__L), // 0x6c - 'l'
1.137 + (__L), // 0x6d - 'm'
1.138 + (__L), // 0x6e - 'n'
1.139 + (__L), // 0x6f - 'o'
1.140 + (__L), // 0x70 - 'p'
1.141 + (__L), // 0x71 - 'q'
1.142 + (__L), // 0x72 - 'r'
1.143 + (__L), // 0x73 - 's'
1.144 + (__L), // 0x74 - 't'
1.145 + (__L), // 0x75 - 'u'
1.146 + (__L), // 0x76 - 'v'
1.147 + (__L), // 0x77 - 'w'
1.148 + (__L), // 0x78 - 'x'
1.149 + (__L), // 0x79 - 'y'
1.150 + (__L), // 0x7a - 'z'
1.151 + (__P), // 0x7b - '{'
1.152 + (__P), // 0x7c - '|'
1.153 + (__P), // 0x7d - '}'
1.154 + (__P), // 0x7e - '~'
1.155 + (__C), // 0x7f - DEL
1.156 + (__U), // 0x80 - C cedilla
1.157 + (__L), // 0x81 - u umlaut
1.158 + (__L), // 0x82 - e acute
1.159 + (__L), // 0x83 - a circumflex
1.160 + (__L), // 0x84 - a umlaut
1.161 + (__L), // 0x85 - a grave
1.162 + (__L), // 0x86 - a ring
1.163 + (__L), // 0x87 - c cedilla
1.164 + (__L), // 0x88 - e circumflex
1.165 + (__L), // 0x89 - e umlaut
1.166 + (__L), // 0x8a - e grave
1.167 + (__L), // 0x8b - i umlaut
1.168 + (__L), // 0x8c - i circumflex
1.169 + (__L), // 0x8d - i grave
1.170 + (__U), // 0x8e - A umlaut
1.171 + (__U), // 0x8f - A ring
1.172 + (__U), // 0x90 - E acute
1.173 + (__L), // 0x91 - ae
1.174 + (__U), // 0x92 - AE
1.175 + (__L), // 0x93 - o circumflex
1.176 + (__L), // 0x94 - o umlaut
1.177 + (__L), // 0x95 - o grave
1.178 + (__L), // 0x96 - u circumflex
1.179 + (__L), // 0x97 - u grave
1.180 + (__L), // 0x98 - y umlaut
1.181 + (__U), // 0x99 - O umlaut
1.182 + (__U), // 0x9a - U umlaut
1.183 + (__L), // 0x9b - o slash
1.184 + (__P), // 0x9c - sterling
1.185 + (__U), // 0x9d - O slash
1.186 + (__P), // 0x9e - multiply
1.187 + (__P), // 0x9f - florin
1.188 + (__L), // 0xa0 - a acute
1.189 + (__L), // 0xa1 - i acute
1.190 + (__L), // 0xa2 - o acute
1.191 + (__L), // 0xa3 - u acute
1.192 + (__L), // 0xa4 - n tilde
1.193 + (__U), // 0xa5 - N tilde
1.194 + (__P), // 0xa6 - ordfeminine
1.195 + (__P), // 0xa7 - ordmasculine
1.196 + (__P), // 0xa8 - inverted ?
1.197 + (__P), // 0xa9 - registered
1.198 + (__P), // 0xaa - logical not
1.199 + (__P), // 0xab - 1/2
1.200 + (__P), // 0xac - 1/4
1.201 + (__P), // 0xad - inverted !
1.202 + (__P), // 0xae - guillemotleft
1.203 + (__P), // 0xaf - guillemotright
1.204 + (0), // 0xb0 - 1/4 grey
1.205 + (0), // 0xb1 - 1/2 grey
1.206 + (0), // 0xb2 - 3/4 grey
1.207 + (0), // 0xb3 - vertical line
1.208 + (0), // 0xb4 - -|
1.209 + (__U), // 0xb5 - A acute
1.210 + (__U), // 0xb6 - A circumflex
1.211 + (__U), // 0xb7 - A grave
1.212 + (__P), // 0xb8 - copyright
1.213 + (0), // 0xb9 - -| double
1.214 + (0), // 0xba - | double
1.215 + (0), // 0xbb - top right double
1.216 + (0), // 0xbc - bottom right double
1.217 + (__P), // 0xbd - cent
1.218 + (__P), // 0xbe - Yen
1.219 + (0), // 0xbf - top right
1.220 + (0), // 0xc0 - bottom left
1.221 + (0), // 0xc1 - bottom middle
1.222 + (0), // 0xc2 - top middle
1.223 + (0), // 0xc3 - left middle
1.224 + (0), // 0xc4 - --
1.225 + (0), // 0xc5 - middle
1.226 + (__L), // 0xc6 - a tilde
1.227 + (__U), // 0xc7 - A tilde
1.228 + (0), // 0xc8 - bottom left double
1.229 + (0), // 0xc9 - top left double
1.230 + (0), // 0xca - bottom middle double
1.231 + (0), // 0xcb - top middle double
1.232 + (0), // 0xcc - left middle double
1.233 + (0), // 0xcd - ==
1.234 + (0), // 0xce - middle double
1.235 + (__P), // 0xcf - currency
1.236 + (__L), // 0xd0 - eth
1.237 + (__U), // 0xd1 - Eth
1.238 + (__U), // 0xd2 - E circumflex
1.239 + (__U), // 0xd3 - E dieresis
1.240 + (__U), // 0xd4 - E grave
1.241 + (__L), // 0xd5 - dotlessi
1.242 + (__U), // 0xd6 - I acute
1.243 + (__U), // 0xd7 - I circumflex
1.244 + (__U), // 0xd8 - I umlaut
1.245 + (0), // 0xd9 - bottom right
1.246 + (0), // 0xda - top left
1.247 + (0), // 0xdb - black square
1.248 + (0), // 0xdc - lower half of black square
1.249 + (__P), // 0xdd - brokenbar
1.250 + (__U), // 0xde - I grave
1.251 + (0), // 0xdf - upper half of black square
1.252 + (__U), // 0xe0 - O acute
1.253 + (__L), // 0xe1 - germandbls
1.254 + (__U), // 0xe2 - O circumflex
1.255 + (__U), // 0xe3 - O grave
1.256 + (__L), // 0xe4 - o tilde
1.257 + (__U), // 0xe5 - O tilde
1.258 + (__L), // 0xe6 - mu
1.259 + (__L), // 0xe7 - thorn
1.260 + (__U), // 0xe8 - Thorn
1.261 + (__U), // 0xe9 - U acute
1.262 + (__U), // 0xea - U circumflex
1.263 + (__U), // 0xeb - U grave
1.264 + (__L), // 0xec - y acute
1.265 + (__U), // 0xed - Y acute
1.266 + (__P), // 0xee - macron (overscore)
1.267 + (__P), // 0xef - acute
1.268 + (__P), // 0xf0 - minus
1.269 + (__P), // 0xf1 - plusminus
1.270 + (__P), // 0xf2 - double underscore
1.271 + (__P), // 0xf3 - 3/4
1.272 + (__P), // 0xf4 - paragraph
1.273 + (__P), // 0xf5 - section
1.274 + (__P), // 0xf6 - divide
1.275 + (__P), // 0xf7 - cedilla
1.276 + (__P), // 0xf8 - degree
1.277 + (__P), // 0xf9 - dieresis
1.278 + (__P), // 0xfa - decimal point
1.279 + (__P), // 0xfb - superscript 1
1.280 + (__P), // 0xfc - superscript 2
1.281 + (__P), // 0xfd - superscript 3
1.282 + (__P), // 0xfe - bullet
1.283 + (__S|__B) // 0xff - another space
1.284 + };
1.285 +
1.286 +// The uppercase table
1.287 +const TText LAlphabet::UpperTable[KMaxTranslateTable] =
1.288 + {
1.289 + 0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07, // 0x00
1.290 + 0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x0e,0x0f,
1.291 + 0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17, // 0x10
1.292 + 0x18,0x19,0x1a,0x1b,0x1c,0x1d,0x1e,0x1f,
1.293 + 0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27, // 0x20
1.294 + 0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,
1.295 + 0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37, // 0x30
1.296 + 0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,
1.297 + 0x40,0x41,0x42,0x43,0x44,0x45,0x46,0x47, // 0x40
1.298 + 0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,
1.299 + 0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57, // 0x50
1.300 + 0x58,0x59,0x5a,0x5b,0x5c,0x5d,0x5e,0x5f,
1.301 + 0x60,0x41,0x42,0x43,0x44,0x45,0x46,0x47, // 0x60
1.302 + 0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,
1.303 + 0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57, // 0x70
1.304 + 0x58,0x59,0x5a,0x7b,0x7c,0x7d,0x7e,0x7f,
1.305 + 0x80,0x9a,0x90,0xb6,0x8e,0xb7,0x8f,0x80, // 0x80
1.306 + 0xd2,0xd3,0xd4,0xd8,0xd7,0xde,0x8e,0x8f,
1.307 + 0x90,0x92,0x92,0xe2,0x99,0xe3,0xea,0xeb, // 0x90
1.308 + 0x59,0x99,0x9a,0x9d,0x9c,0x9d,0x9e,0x9f,
1.309 + 0xb5,0xd6,0xe0,0xe9,0xa5,0xa5,0xa6,0xa7, // 0xa0
1.310 + 0xa8,0xa9,0xaa,0xab,0xac,0xad,0xae,0xaf,
1.311 + 0xb0,0xb1,0xb2,0xb3,0xb4,0xb5,0xb6,0xb7, // 0xb0
1.312 + 0xb8,0xb9,0xba,0xbb,0xbc,0xbd,0xbe,0xbf,
1.313 + 0xc0,0xc1,0xc2,0xc3,0xc4,0xc5,0xc7,0xc7, // 0xc0
1.314 + 0xc8,0xc9,0xca,0xcb,0xcc,0xcd,0xce,0xcf,
1.315 + 0xd1,0xd1,0xd2,0xd3,0xd4,0xd5,0xd6,0xd7, // 0xd0
1.316 + 0xd8,0xd9,0xda,0xdb,0xdc,0xdd,0xde,0xdf,
1.317 + 0xe0,0xe1,0xe2,0xe3,0xe5,0xe5,0xe6,0xe8, // 0xe0
1.318 + 0xe8,0xe9,0xea,0xeb,0xed,0xed,0xee,0xef,
1.319 + 0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7, // 0xf0
1.320 + 0xf8,0xf9,0xfa,0xfb,0xfc,0xfd,0xfe,0xff
1.321 + };
1.322 +
1.323 +// The lowercase table
1.324 +const TText LAlphabet::LowerTable[KMaxTranslateTable] =
1.325 + {
1.326 + 0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07, // 0x00
1.327 + 0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x0e,0x0f,
1.328 + 0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17, // 0x10
1.329 + 0x18,0x19,0x1a,0x1b,0x1c,0x1d,0x1e,0x1f,
1.330 + 0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27, // 0x20
1.331 + 0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,
1.332 + 0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37, // 0x30
1.333 + 0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,
1.334 + 0x40,0x61,0x62,0x63,0x64,0x65,0x66,0x67, // 0x40
1.335 + 0x68,0x69,0x6a,0x6b,0x6c,0x6d,0x6e,0x6f,
1.336 + 0x70,0x71,0x72,0x73,0x74,0x75,0x76,0x77, // 0x50
1.337 + 0x78,0x79,0x7a,0x5b,0x5c,0x5d,0x5e,0x5f,
1.338 + 0x60,0x61,0x62,0x63,0x64,0x65,0x66,0x67, // 0x60
1.339 + 0x68,0x69,0x6a,0x6b,0x6c,0x6d,0x6e,0x6f,
1.340 + 0x70,0x71,0x72,0x73,0x74,0x75,0x76,0x77, // 0x70
1.341 + 0x78,0x79,0x7a,0x7b,0x7c,0x7d,0x7e,0x7f,
1.342 + 0x87,0x81,0x82,0x83,0x84,0x85,0x86,0x87, // 0x80
1.343 + 0x88,0x89,0x8a,0x8b,0x8c,0x8d,0x84,0x86,
1.344 + 0x82,0x91,0x91,0x93,0x94,0x95,0x96,0x97, // 0x90
1.345 + 0x98,0x94,0x81,0x9b,0x9c,0x9b,0x9e,0x9f,
1.346 + 0xa0,0xa1,0xa2,0xa3,0xa4,0xa4,0xa6,0xa7, // 0xa0
1.347 + 0xa8,0xa9,0xaa,0xab,0xac,0xad,0xae,0xaf,
1.348 + 0xb0,0xb1,0xb2,0xb3,0xb4,0xa0,0x83,0x85, // 0xb0
1.349 + 0xb8,0xb9,0xba,0xbb,0xbc,0xbd,0xbe,0xbf,
1.350 + 0xc0,0xc1,0xc2,0xc3,0xc4,0xc5,0xc6,0xc6, // 0xc0
1.351 + 0xc8,0xc9,0xca,0xcb,0xcc,0xcd,0xce,0xcf,
1.352 + 0xd0,0xd0,0x88,0x89,0x8a,0xd5,0xa1,0x8c, // 0xd0
1.353 + 0x8b,0xd9,0xda,0xdb,0xdc,0xdd,0x8d,0xdf,
1.354 + 0xa2,0xe1,0x93,0x95,0xe4,0xe4,0xe6,0xe7, // 0xe0
1.355 + 0xe7,0xa3,0x96,0x97,0xec,0xec,0xee,0xef,
1.356 + 0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7, // 0xf0
1.357 + 0xf8,0xf9,0xfa,0xfb,0xfc,0xfd,0xfe,0xff
1.358 + };
1.359 +
1.360 +// The fold table
1.361 +const TText LAlphabet::FoldTable[KMaxTranslateTable] =
1.362 + {
1.363 + 0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07, // 0x00
1.364 + 0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x0e,0x0f,
1.365 + 0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17, // 0x10
1.366 + 0x18,0x19,0x1a,0x1b,0x1c,0x1d,0x1e,0x1f,
1.367 + 0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27, // 0x20
1.368 + 0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,
1.369 + 0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37, // 0x30
1.370 + 0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,
1.371 + 0x40,0x41,0x42,0x43,0x44,0x45,0x46,0x47, // 0x40
1.372 + 0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,
1.373 + 0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57, // 0x50
1.374 + 0x58,0x59,0x5a,0x5b,0x5c,0x5d,0x5e,0x5f,
1.375 + 0x60,0x41,0x42,0x43,0x44,0x45,0x46,0x47, // 0x60
1.376 + 0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,
1.377 + 0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57, // 0x70
1.378 + 0x58,0x59,0x5a,0x7b,0x7c,0x7d,0x7e,0x7f,
1.379 + 0x43,0x55,0x45,0x41,0x41,0x41,0x8f,0x43, // 0x80
1.380 + 0x45,0x45,0x45,0x49,0x49,0x49,0x41,0x8f,
1.381 + 0x45,0x92,0x92,0x4f,0x4f,0x4f,0x55,0x55, // 0x90
1.382 + 0x59,0x4f,0x55,0x9d,0x9c,0x9d,0x9e,0x9f,
1.383 + 0x41,0x49,0x4f,0x55,0x4e,0x4e,0xa6,0xa7, // 0xa0
1.384 + 0xa8,0xa9,0xaa,0xab,0xac,0xad,0xae,0xaf,
1.385 + 0xb0,0xb1,0xb2,0xb3,0xb4,0x41,0x41,0x41, // 0xb0
1.386 + 0xb8,0xb9,0xba,0xbb,0xbc,0xbd,0xbe,0xbf,
1.387 + 0xc0,0xc1,0xc2,0xc3,0xc4,0xc5,0x41,0x41, // 0xc0
1.388 + 0xc8,0xc9,0xca,0xcb,0xcc,0xcd,0xce,0xcf,
1.389 + 0xd1,0xd1,0x45,0x45,0x45,0xd5,0x49,0x49, // 0xd0
1.390 + 0x49,0xd9,0xda,0xdb,0xdc,0xdd,0x49,0xdf,
1.391 + 0x4f,0xe1,0x4f,0x4f,0x4f,0x4f,0xe6,0xe8, // 0xe0
1.392 + 0xe8,0x55,0x55,0x55,0x59,0x59,0xee,0xef,
1.393 + 0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7, // 0xf0
1.394 + 0xf8,0xf9,0xfa,0xfb,0xfc,0xfd,0xfe,0xff
1.395 + };
1.396 +
1.397 +// The collate table
1.398 +const TText LAlphabet::CollTable[KMaxTranslateTable] =
1.399 + {
1.400 + 0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07, // 0x00
1.401 + 0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x0e,0x0f,
1.402 + 0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17, // 0x10
1.403 + 0x18,0x19,0x1a,0x1b,0x1c,0x1d,0x1e,0x1f,
1.404 + 0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27, // 0x20
1.405 + 0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,
1.406 + 0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37, // 0x30
1.407 + 0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,
1.408 + 0x40,0x41,0x42,0x43,0x44,0x45,0x46,0x47, // 0x40
1.409 + 0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,
1.410 + 0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57, // 0x50
1.411 + 0x58,0x59,0x5a,0x5b,0x5c,0x5d,0x5e,0x5f,
1.412 + 0x60,0x41,0x42,0x43,0x44,0x45,0x46,0x47, // 0x60
1.413 + 0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,
1.414 + 0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57, // 0x70
1.415 + 0x58,0x59,0x5a,0x7b,0x7c,0x7d,0x7e,0x7f,
1.416 + 0x43,0x55,0x45,0x41,0x41,0x41,0x8f,0x43, // 0x80
1.417 + 0x45,0x45,0x45,0x49,0x49,0x49,0x41,0x8f,
1.418 + 0x45,0x92,0x92,0x4f,0x4f,0x4f,0x55,0x55, // 0x90
1.419 + 0x59,0x4f,0x55,0x9d,0x9c,0x9d,0x9e,0x9f,
1.420 + 0x41,0x49,0x4f,0x55,0x4e,0x4e,0xa6,0xa7, // 0xa0
1.421 + 0xa8,0xa9,0xaa,0xab,0xac,0xad,0xae,0xaf,
1.422 + 0xb0,0xb1,0xb2,0xb3,0xb4,0x41,0x41,0x41, // 0xb0
1.423 + 0xb8,0xb9,0xba,0xbb,0xbc,0xbd,0xbe,0xbf,
1.424 + 0xc0,0xc1,0xc2,0xc3,0xc4,0xc5,0x41,0x41, // 0xc0
1.425 + 0xc8,0xc9,0xca,0xcb,0xcc,0xcd,0xce,0xcf,
1.426 + 0xd1,0xd1,0x45,0x45,0x45,0xd5,0x49,0x49, // 0xd0
1.427 + 0x49,0xd9,0xda,0xdb,0xdc,0xdd,0x49,0xdf,
1.428 + 0x4f,0xe1,0x4f,0x4f,0x4f,0x4f,0xe6,0xe8, // 0xe0
1.429 + 0xe8,0x55,0x55,0x55,0x59,0x59,0xee,0xef,
1.430 + 0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7, // 0xf0
1.431 + 0xf8,0xf9,0xfa,0xfb,0xfc,0xfd,0xfe,0xff
1.432 + };