]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | // © 2016 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html | |
729e4ab9 A |
3 | /******************************************************************** |
4 | * COPYRIGHT: | |
5 | * Copyright (c) 1997-2009, International Business Machines Corporation and | |
6 | * others. All Rights Reserved. | |
7 | ********************************************************************/ | |
8 | /******************************************************************************** | |
9 | * | |
10 | * File UCNVSELTST.H | |
11 | * | |
12 | * Modification History: | |
13 | * Name Description | |
14 | * Mohamed Eldawy Creation | |
15 | *********************************************************************************/ | |
16 | /* C API TEST FOR CONVERTER SELECTOR */ | |
17 | #ifndef _UCNVSELTST | |
18 | #define _UCNVSELTST | |
19 | ||
20 | #include "unicode/utypes.h" | |
21 | #include "cintltst.h" | |
22 | ||
23 | /** TODO: Remove this file after ICU 4.2 is released. See ticket #6869. */ | |
24 | ||
25 | #endif |