From 5ff4979a620043cc626d160d7414ad39234e1011 Mon Sep 17 00:00:00 2001 From: Mark Davis Date: Sat, 1 Sep 2001 01:11:13 +0000 Subject: [PATCH] Minor changes X-SVN-Rev: 5676 --- tools/unicodetools/com/ibm/text/UCD/ConvertUCD.java | 5 +++-- .../com/ibm/text/UCD/DerivedProperty.java | 12 ++++++++---- .../unicodetools/com/ibm/text/UCD/GenerateData.java | 6 +++--- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/tools/unicodetools/com/ibm/text/UCD/ConvertUCD.java b/tools/unicodetools/com/ibm/text/UCD/ConvertUCD.java index 49a030653f5..feb2d94ffaf 100644 --- a/tools/unicodetools/com/ibm/text/UCD/ConvertUCD.java +++ b/tools/unicodetools/com/ibm/text/UCD/ConvertUCD.java @@ -5,8 +5,8 @@ ******************************************************************************* * * $Source: /xsrl/Nsvn/icu/unicodetools/com/ibm/text/UCD/ConvertUCD.java,v $ -* $Date: 2001/08/31 00:30:17 $ -* $Revision: 1.2 $ +* $Date: 2001/09/01 01:11:13 $ +* $Revision: 1.3 $ * ******************************************************************************* */ @@ -243,6 +243,7 @@ public final class ConvertUCD implements UCD_Types { */ static void toJava() throws Exception { + System.out.println("Building " + version); // Blocks is special // Unihan is special // collect all the other .txt files in the directory diff --git a/tools/unicodetools/com/ibm/text/UCD/DerivedProperty.java b/tools/unicodetools/com/ibm/text/UCD/DerivedProperty.java index 9fd1fa0c646..95418c2ab43 100644 --- a/tools/unicodetools/com/ibm/text/UCD/DerivedProperty.java +++ b/tools/unicodetools/com/ibm/text/UCD/DerivedProperty.java @@ -5,8 +5,8 @@ ******************************************************************************* * * $Source: /xsrl/Nsvn/icu/unicodetools/com/ibm/text/UCD/DerivedProperty.java,v $ -* $Date: 2001/09/01 00:06:48 $ -* $Revision: 1.1 $ +* $Date: 2001/09/01 01:11:13 $ +* $Revision: 1.2 $ * ******************************************************************************* */ @@ -423,7 +423,9 @@ of characters, the first of which has a non-zero combining class. { name = "GraphemeExtend"; header = header = "# Derived Property: " + name - + "\r\n# Generated from: Me + Mn + Mc + Other_GraphemeExtend - GraphemeLink"; + + "\r\n# Generated from: Me + Mn + Mc + Other_GraphemeExtend - GraphemeLink" + + "\r\n# Used in the definition of GraphemeCluster: " + + "\r\n# GraphemeCluster ::= GraphameBase? ( GraphemeExtend | GraphemeLink Join_Control? GraphemeBase? )*"; } boolean hasProperty(int cp) { if (ucdData.getBinaryProperty(cp, GraphemeExtend)) return false; @@ -438,7 +440,9 @@ of characters, the first of which has a non-zero combining class. { name = "GraphemeBase"; header = header = "# Derived Property: " + name - + "\r\n# Generated from: [0..10FFFF] - Cc - Cf - Cs - Co - Cn - Zl - Zp - GraphemeLink - GraphemeExtend"; + + "\r\n# Generated from: [0..10FFFF] - Cc - Cf - Cs - Co - Cn - Zl - Zp - GraphemeLink - GraphemeExtend" + + "\r\n# Used in the definition of GraphemeCluster: " + + "\r\n# GraphemeCluster ::= GraphameBase? ( GraphemeExtend | GraphemeLink Join_Control? GraphemeBase? )*"; } boolean hasProperty(int cp) { byte cat = ucdData.getCategory(cp); diff --git a/tools/unicodetools/com/ibm/text/UCD/GenerateData.java b/tools/unicodetools/com/ibm/text/UCD/GenerateData.java index 9048a607eb2..647a8d40b3a 100644 --- a/tools/unicodetools/com/ibm/text/UCD/GenerateData.java +++ b/tools/unicodetools/com/ibm/text/UCD/GenerateData.java @@ -5,8 +5,8 @@ ******************************************************************************* * * $Source: /xsrl/Nsvn/icu/unicodetools/com/ibm/text/UCD/GenerateData.java,v $ -* $Date: 2001/09/01 00:06:15 $ -* $Revision: 1.3 $ +* $Date: 2001/09/01 01:11:13 $ +* $Revision: 1.4 $ * ******************************************************************************* */ @@ -199,7 +199,7 @@ public class GenerateData implements UCD_Types { } public static void generateDerived (int bitMask, int headerChoice, String fileName) throws IOException { - PrintStream output = new PrintStream(new FileOutputStream(GEN_DIR + fileName + ".txt")); + PrintStream output = new PrintStream(new FileOutputStream(GEN_DIR + fileName + "dX.txt")); doHeader(fileName, output, headerChoice); for (int i = 0; i < DerivedProperty.LIMIT; ++i) { if ((bitMask & (1<