X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/08b89b0a244153b9f5bbb2f49c55ab0f7298122e..b331163bffd790ced0e88b73f44f86d49ccc48a5:/icuSources/i18n/csr2022.h diff --git a/icuSources/i18n/csr2022.h b/icuSources/i18n/csr2022.h index 2ac2b87d..f63e3374 100644 --- a/icuSources/i18n/csr2022.h +++ b/icuSources/i18n/csr2022.h @@ -1,6 +1,6 @@ /* ********************************************************************** - * Copyright (C) 2005-2012, International Business Machines + * Copyright (C) 2005-2015, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** */ @@ -65,6 +65,7 @@ public: UBool match(InputText *textIn, CharsetMatch *results) const; }; +#if !UCONFIG_ONLY_HTML_CONVERSION class CharsetRecog_2022KR :public CharsetRecog_2022 { public: virtual ~CharsetRecog_2022KR(); @@ -84,6 +85,7 @@ public: UBool match(InputText *textIn, CharsetMatch *results) const; }; +#endif U_NAMESPACE_END