]>
git.saurik.com Git - apple/icu.git/blob - icuSources/i18n/csrutf8.h
2 **********************************************************************
3 * Copyright (C) 2005-2012, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 **********************************************************************
11 #include "unicode/utypes.h"
13 #if !UCONFIG_NO_CONVERSION
20 * Charset recognizer for UTF-8
24 class CharsetRecog_UTF8
: public CharsetRecognizer
{
28 virtual ~CharsetRecog_UTF8();
30 const char *getName() const;
33 * @see com.ibm.icu.text.CharsetRecognizer#match(com.ibm.icu.text.CharsetDetector)
35 UBool
match(InputText
*input
, CharsetMatch
*results
) const;
42 #endif /* __CSRUTF8_H */