Skip to content

Commit f930b35

Browse files
authored
Remove OldUnicodeMap (#978)
1 parent 5d3937e commit f930b35

File tree

3 files changed

+3
-114
lines changed

3 files changed

+3
-114
lines changed

unicodetools/data/ucd/dev/auxiliary/LineBreakTest.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<body bgcolor='#FFFFFF'>
88
<h2>Line_Break Chart</h2>
99
<p><b>Unicode Version:</b> 17.0.0</p>
10-
<p><b>Date:</b> 2024-11-27, 17:44:25 GMT</p>
11-
<p>This page illustrates the application of the Line_Break specification. The material here is informative, not normative.</p> <p>The first chart shows where breaks would appear between different sample characters or strings. The sample characters are chosen mechanically to represent the different properties used by the specification.</p><p>Each cell shows the break-status for the position between the character(s) in its row header and the character(s) in its column header. The symbol × indicates a prohibited break, even with intervening spaces; the ÷ symbol indicates a (direct) break; the symbol ∻ indicates a break only in the presence of an intervening space (an indirect break).The cells with × or are also shaded to make it easier to scan the table. For example, in the cell at the intersection of the row headed by “CR” and the column headed by “LF”, there is a × symbol, indicating that there is no break between CR and LF.</p>
10+
<p><b>Date:</b> 2024-11-28, 01:27:49 GMT</p>
11+
<p>This page illustrates the application of the Line_Break specification. The material here is informative, not normative.</p> <p>The first chart shows where breaks would appear between different sample characters or strings. The sample characters are chosen mechanically to represent the different properties used by the specification.</p><p>Each cell shows the break-status for the position between the character(s) in its row header and the character(s) in its column header. The symbol × indicates a prohibited break, even with intervening spaces; the ÷ symbol indicates a (direct) break; the symbol ∻ indicates a break only in the presence of an intervening space (an indirect break).The cells with × or are also shaded to make it easier to scan the table. For example, in the cell at the intersection of the row headed by “CR” and the column headed by “LF”, there is a × symbol, indicating that there is no break between CR and LF.</p>
1212
<p></p><p>In the row and column headers of the <a href='#table'>Table</a>, in the <a href='#rules'>Rules</a>, when hovering over characters in the <a href='#samples'>Samples</a>, and in the comments in the associated list of test cases <a href='LineBreakTest.txt'>LineBreakTest.txt</a>:</p>
1313
<ol><li>The following sets are used:<ul>
1414
<li>

unicodetools/src/main/java/org/unicode/text/UCD/GenerateBreakTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ public void run() throws IOException {
359359
+ " break only in the presence of an intervening space (an indirect break)."
360360
: "The × symbol indicates no break, while the ÷ symbol indicates a break. ")
361361
+ "The cells with ×"
362-
+ (fileName.equals("Line") ? " or " : "")
362+
+ (fileName.equals("Line") ? " or " : "")
363363
+ " are also shaded to make it easier to scan the table. "
364364
+ "For example, in the cell at the intersection of the row headed by “CR” and the column headed by “LF”, there is a × symbol, "
365365
+ "indicating that there is no break between CR and LF.</p>");

unicodetools/src/main/java/org/unicode/text/UCD/OldUnicodeMap.java

Lines changed: 0 additions & 111 deletions
This file was deleted.

0 commit comments

Comments
 (0)