]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/csr2022.h
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / csr2022.h
index 2ac2b87db8dad64d9ac734f4df02a7475cba4684..cde9019b4669d6b7ff62aab463f4baa2a5b09077 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
  **********************************************************************
- *   Copyright (C) 2005-2012, International Business Machines
+ *   Copyright (C) 2005-2015, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  **********************************************************************
  */
@@ -65,6 +67,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 +87,7 @@ public:
 
     UBool match(InputText *textIn, CharsetMatch *results) const;
 };
+#endif
 
 U_NAMESPACE_END