Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
249 changes: 0 additions & 249 deletions UnicodeJsps/src/main/java/org/unicode/jsp/CreateInversions.java

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
import org.unicode.cldr.util.CLDRPaths;
import org.unicode.cldr.util.Counter;
import org.unicode.cldr.util.PatternCache;
import org.unicode.jsp.ICUPropertyFactory;
import org.unicode.props.IndexUnicodeProperties;
import org.unicode.props.UcdProperty;
import org.unicode.props.UnicodeProperty;
import org.unicode.text.utility.Utility;

Expand Down Expand Up @@ -426,7 +427,7 @@ public static void main(String[] args) throws IOException {

data.showData2(
"Age",
ICUPropertyFactory.make().getProperty("age"),
IndexUnicodeProperties.make().getProperty(UcdProperty.Age),
new UnicodeSet("[[:cn:][:co:]]"),
true);
data.showData("Script/Cat", UCharacter.getPropertyEnum("script"), NO_SCRIPT);
Expand Down
Loading
Loading