equal
deleted
inserted
replaced
1 % |
|
2 % Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 % All rights reserved. |
|
4 % This component and the accompanying materials are made available |
|
5 % under the terms of "Eclipse Public License v1.0" |
|
6 % which accompanies this distribution, and is available |
|
7 % at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 % |
|
9 % Initial Contributors: |
|
10 % Nokia Corporation - initial contribution. |
|
11 % |
|
12 % Contributors: |
|
13 % |
|
14 % Description: |
|
15 %For Non-ROM localisation. To test that the correct collation table is used |
|
16 % with the correct locale, The test collation table has the values of the following characters reversed. |
|
17 % ie.. the collation order is as follows F-E-D-C-B-A |
|
18 0061 ; [.074B.0020.0002.0061] % LATIN SMALL LETTER A |
|
19 0041 ; [.074B.0020.0008.0041] % LATIN CAPITAL LETTER A |
|
20 0062 ; [.071F.0020.0002.0062] % LATIN SMALL LETTER B |
|
21 0042 ; [.071F.0020.0008.0042] % LATIN CAPITAL LETTER B |
|
22 0063 ; [.0703.0020.0002.0063] % LATIN SMALL LETTER C |
|
23 0043 ; [.0703.0020.0008.0043] % LATIN CAPITAL LETTER C |
|
24 0064 ; [.06F7.0020.0002.0064] % LATIN SMALL LETTER D |
|
25 0044 ; [.06F7.0020.0008.0044] % LATIN CAPITAL LETTER D |
|
26 0065 ; [.06E3.0020.0002.0065] % LATIN SMALL LETTER E |
|
27 0045 ; [.06E3.0020.0008.0045] % LATIN CAPITAL LETTER E |
|
28 0066 ; [.06CF.0020.0002.0066] % LATIN SMALL LETTER F |
|
29 0046 ; [.06CF.0020.0008.0046] % LATIN CAPITAL LETTER F |
|