/*
**********************************************************************
- * Copyright (C) 2005-2013, International Business Machines
+ * Copyright (C) 2005-2015, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
*/
void CharsetDetectionTest::IBM424Test()
{
+#if !UCONFIG_ONLY_HTML_CONVERSION
UErrorCode status = U_ZERO_ERROR;
static const UChar chars[] = {
freeBytes(bytes);
freeBytes(bytes_r);
ucsdet_close(csd);
+#endif
}
void CharsetDetectionTest::IBM420Test()
{
+#if !UCONFIG_ONLY_HTML_CONVERSION
UErrorCode status = U_ZERO_ERROR;
static const UChar chars[] = {
freeBytes(bytes);
freeBytes(bytes_r);
ucsdet_close(csd);
+#endif
}