61607c2773
X-SVN-Rev: 38848
26 lines
906 B
C
26 lines
906 B
C
// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
|
// License & terms of use: http://www.unicode.org/copyright.html
|
|
/********************************************************************
|
|
* 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
|