diff --git a/tools/unicodetools/com/ibm/text/UCA/charts.css b/tools/unicodetools/com/ibm/text/UCA/charts.css new file mode 100644 index 00000000000..6b20685ad28 --- /dev/null +++ b/tools/unicodetools/com/ibm/text/UCA/charts.css @@ -0,0 +1,12 @@ +td { border: 1 solid #0000FF; color: #000000; background-color: #FFFFFF; font-size: 120%; text-align: Center; vertical-align: top; width: 48px } +td.p { color: #000000; background-color: #7777FF } +td.s { color: #000000; background-color: #BBBBFF } +td.t { color: #000000; background-color: #DDDDFF } +td.q { color: #000000; background-color: #FFFFFF } +td.ep { color: #000000; background-color: #FF5555 } +td.es { color: #000000; background-color: #FF7777 } +td.et { color: #000000; background-color: #FF9999 } +td.eq { color: #000000; background-color: #FFBBBB } +th { vertical-align: top; font-weight: bold } +th.x { vertical-align: top; font-weight: regular; text-align: Left } +tt { font-size: 50% } \ No newline at end of file diff --git a/tools/unicodetools/com/ibm/text/UCA/help.html b/tools/unicodetools/com/ibm/text/UCA/help.html new file mode 100644 index 00000000000..413e18171d5 --- /dev/null +++ b/tools/unicodetools/com/ibm/text/UCA/help.html @@ -0,0 +1,102 @@ + + +
+ + + + + +This set of charts shows the Unicode Collation Algorithm values for Unicode +characters. The characters are arranged in the following groups:
+Null | +Completely ignoreable (primary, secondary and tertiary levels) + These include control codes and various formatting codes. |
+
---|---|
Ignorable | +Ignorable at a primary level, but not at a secondary or
+ tertiary level. + These include most accents and diacritics. |
+
Variable | +Characters that may be set to ignorable by a programmatic
+ switch. + These include spaces, punctuation marks, and most symbols. |
+
Common | +Characters that are none of the above, but not considered
+ letters. + These include numbers, currency symbols, etc. |
+
Letters | +According to script | +
The characters* within each group are arranged in cells. The color of the +cell indicates the strength of the difference between that character and the previous +character in the chart, as follows.
+No Expansion + | + | Expansion + | ||
---|---|---|---|---|
a + 0061 |
+ Primary difference + | dz + 01F3 |
+ Primary difference | +|
á + 00E1 |
+ Secondary Difference | +DZ + 01F1 |
+ Secondary Difference | +|
A + 0041 |
+ Tertiary difference | +Dz + 01F2 |
+ Tertiary difference | +|
Å + 212B |
+ Quarternary difference + or no difference |
+ + | Quarternary difference + or no difference |
+
* | +In some cases, the UCA data table also includes contractions. + They can be recognized by the multiple code point numbers, as in the + following: |
+ ஔ + 0B92 0BD7 |
+
---|