Skip to content

Commit

Permalink
Remove OldUnicodeMap (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin authored Nov 28, 2024
1 parent 5d3937e commit f930b35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 114 deletions.
4 changes: 2 additions & 2 deletions unicodetools/data/ucd/dev/auxiliary/LineBreakTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<body bgcolor='#FFFFFF'>
<h2>Line_Break Chart</h2>
<p><b>Unicode Version:</b> 17.0.0</p>
<p><b>Date:</b> 2024-11-27, 17:44:25 GMT</p>
<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>
<p><b>Date:</b> 2024-11-28, 01:27:49 GMT</p>
<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>
<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>
<ol><li>The following sets are used:<ul>
<li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ public void run() throws IOException {
+ " break only in the presence of an intervening space (an indirect break)."
: "The × symbol indicates no break, while the ÷ symbol indicates a break. ")
+ "The cells with ×"
+ (fileName.equals("Line") ? " or " : "")
+ (fileName.equals("Line") ? " 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>");
Expand Down
111 changes: 0 additions & 111 deletions unicodetools/src/main/java/org/unicode/text/UCD/OldUnicodeMap.java

This file was deleted.

0 comments on commit f930b35

Please sign in to comment.