]>
git.saurik.com Git - apple/icu.git/blob - icuSources/i18n/csrutf8.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 **********************************************************************
5 * Copyright (C) 2005-2012, International Business Machines
6 * Corporation and others. All Rights Reserved.
7 **********************************************************************
13 #include "unicode/utypes.h"
15 #if !UCONFIG_NO_CONVERSION
22 * Charset recognizer for UTF-8
26 class CharsetRecog_UTF8
: public CharsetRecognizer
{
30 virtual ~CharsetRecog_UTF8();
32 const char *getName() const;
35 * @see com.ibm.icu.text.CharsetRecognizer#match(com.ibm.icu.text.CharsetDetector)
37 UBool
match(InputText
*input
, CharsetMatch
*results
) const;
44 #endif /* __CSRUTF8_H */