You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
895 B
26 lines
895 B
// © 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
|