// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ********************************************************************** * Copyright (C) 2005-2012, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** */ #ifndef __CSRECOG_H #define __CSRECOG_H #include "unicode/uobject.h" #if !UCONFIG_NO_CONVERSION #include "inputext.h" U_NAMESPACE_BEGIN class CharsetMatch; class CharsetRecognizer : public UMemory { … }; U_NAMESPACE_END #endif #endif /* __CSRECOG_H */