equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 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 the License "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 * |
|
16 */ |
|
17 /* |
|
18 * Trcomp_neg.rss |
|
19 * Define resources with invalid surrogate pair |
|
20 * RComp should warn about it but not fail. |
|
21 * |
|
22 * Created on: 2009-4-20 |
|
23 * Author: chengdonglu |
|
24 * |
|
25 * This resource file has error. |
|
26 * The content of buf is illegal UTF-8. |
|
27 * But rcomp will not fail the compiling and it is included |
|
28 * in .mmp file and the project still can be build with warning. |
|
29 */ |
|
30 |
|
31 CHARACTER_SET UTF8 |
|
32 |
|
33 #include <eikon.rh> |
|
34 #include <eikcore.rsg> |
|
35 #include <appinfo.rh> |
|
36 |
|
37 RESOURCE TBUF r_trcomp_text_neg1 { buf="� "; } |
|
38 RESOURCE TBUF r_trcomp_text_neg2 { buf="� "; } |
|
39 |