File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
unicodetools/src/main/java/org/unicode/text/UCA Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 1515import com .ibm .icu .text .UTF16 ;
1616import org .unicode .text .UCA .UCA .CollatorType ;
1717import org .unicode .text .UCD .Default ;
18- import org .unicode .text .UCD .NFSkippable ;
1918import org .unicode .text .utility .Utility ;
2019
2120public class Main {
@@ -83,8 +82,6 @@ public static void main(String args[]) throws Exception {
8382 }
8483 if (arg .equalsIgnoreCase ("GenOverlap" )) {
8584 GenOverlap .test (WriteCollationData .getCollator (CollatorType .ducet ));
86- } else if (arg .equalsIgnoreCase ("NFSkippable" )) {
87- NFSkippable .main (null );
8885 } else if (arg .equalsIgnoreCase ("validateUCA" )) {
8986 GenOverlap .validateUCA (WriteCollationData .getCollator (CollatorType .ducet ));
9087 // else if (arg.equalsIgnoreCase("writeNonspacingDifference"))
You can’t perform that action at this time.
0 commit comments