diff --git a/icu4c/source/test/intltest/convtest.cpp b/icu4c/source/test/intltest/convtest.cpp index 82db9ac5189..874d635ca07 100644 --- a/icu4c/source/test/intltest/convtest.cpp +++ b/icu4c/source/test/intltest/convtest.cpp @@ -149,6 +149,7 @@ ConversionTest::TestToUnicode() { i, u_errorName(errorCode)); errorCode=U_ZERO_ERROR; } else { + infoln("TestToUnicode[%d] %s", i, charset); ToUnicodeCase(cc, callback, option); } } @@ -238,11 +239,13 @@ ConversionTest::TestFromUnicode() { if(length>=sizeof(cc.subchar)) { errorCode=U_ILLEGAL_ARGUMENT_ERROR; } else { - for(i=0; i