]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/bidiconf.cpp
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / bidiconf.cpp
index 1c22253d48ee8b283b3ffd6cbcfb795debce37d0..880b13e3947641e2f4bb07ba321e6fe43973e827 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 *******************************************************************************
 *
@@ -6,7 +8,7 @@
 *
 *******************************************************************************
 *   file name:  bidiconf.cpp
-*   encoding:   US-ASCII
+*   encoding:   UTF-8
 *   tab size:   8 (not used)
 *   indentation:4
 *
@@ -564,7 +566,7 @@ void BiDiConformanceTest::TestBidiCharacterTest() {
         // skip 2 tests known not to work (out of 91678 cases, though
         // only 86 of those tests use controls so 2.3% of those failing),
         // still investigating these
-        if (lineNumber==210 || lineNumber==211) {
+        if (lineNumber>=212 && lineNumber<=213) {
             continue;
         }