131e1b25ab
X-SVN-Rev: 25870
24 lines
782 B
C
24 lines
782 B
C
/********************************************************************
|
|
* COPYRIGHT:
|
|
* Copyright (c) 1997-2009, International Business Machines Corporation and
|
|
* others. All Rights Reserved.
|
|
********************************************************************/
|
|
/********************************************************************************
|
|
*
|
|
* File UCNVSELTST.H
|
|
*
|
|
* Modification History:
|
|
* Name Description
|
|
* Mohamed Eldawy Creation
|
|
*********************************************************************************/
|
|
/* C API TEST FOR CONVERTER SELECTOR */
|
|
#ifndef _UCNVSELTST
|
|
#define _UCNVSELTST
|
|
|
|
#include "unicode/utypes.h"
|
|
#include "cintltst.h"
|
|
|
|
/** TODO: Remove this file after ICU 4.2 is released. See ticket #6869. */
|
|
|
|
#endif
|