2000-07-13 00:17:05 +00:00
|
|
|
/*
|
|
|
|
*******************************************************************************
|
|
|
|
*
|
|
|
|
* Copyright (C) 2000, International Business Machines
|
|
|
|
* Corporation and others. All Rights Reserved.
|
|
|
|
*
|
|
|
|
*******************************************************************************
|
|
|
|
* file name: genmbcs.h
|
|
|
|
* encoding: US-ASCII
|
|
|
|
* tab size: 8 (not used)
|
|
|
|
* indentation:4
|
|
|
|
*
|
|
|
|
* created on: 2000jul10
|
|
|
|
* created by: Markus W. Scherer
|
|
|
|
*/
|
|
|
|
|
2000-11-15 00:56:35 +00:00
|
|
|
#ifndef __GENMBCS_H__
|
|
|
|
#define __GENMBCS_H__
|
2000-07-13 00:17:05 +00:00
|
|
|
|
2000-11-15 00:56:35 +00:00
|
|
|
#include "makeconv.h"
|
2000-07-13 00:17:05 +00:00
|
|
|
|
2000-11-15 00:56:35 +00:00
|
|
|
U_CFUNC NewConverter *
|
2000-07-13 00:17:05 +00:00
|
|
|
MBCSOpen(uint8_t maxCharLength);
|
|
|
|
|
2000-11-15 00:56:35 +00:00
|
|
|
U_CFUNC UBool
|
|
|
|
MBCSAddState(NewConverter *cnvData, const char *s);
|
2000-07-27 22:05:23 +00:00
|
|
|
|
2000-11-15 00:56:35 +00:00
|
|
|
#endif
|