Skip to content

Commit

Permalink
ICU-22533 compact norm16 tables
Browse files Browse the repository at this point in the history
See #2827
  • Loading branch information
markusicu committed Feb 14, 2024
1 parent 164a56b commit 90b2eed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/design/normalization/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,10 @@ Possible combinations and their encoding:

_The rows of the table, from bottom to top, are encoded with increasing 16-bit "norm16" values as noted in the last column. Per-row and per-row-group properties are determined via norm16 range checks._

<table border="1" bordercolor="#888888" style="border-color:rgb(136,136,136);border-width:1px;border-collapse:collapse;border-spacing:0" data-table-local-id="table-2">
<!-- The default style on these pages sets th/td padding and max-width that make these tables very bloated and hard to read. -->
<style type="text/css">.compacttable th,.compacttable td { padding: unset; min-width: unset; }</style>

<table border="1" bordercolor="#888888" class="compacttable" style="border-color:rgb(136,136,136);border-width:1px;border-collapse:collapse;border-spacing:0" data-table-local-id="table-2">
<tbody>
<tr>
<td style="width:71px;height:47px">
Expand Down Expand Up @@ -756,7 +759,7 @@ _The rows of the table, from bottom to top, are encoded with increasing 16-bit "

The minYesNoMappingsOnly distinction was added in ICU 49, .nrm formatVersion 2.0. In formatVersion 1.0, the data for either type of yesNo characters (combines-forward or not) were mixed, and the mapping's firstUnit bit 6 was the `MAPPING_PLUS_COMPOSITION_LIST` flag. See the firstUnit documentation below.

<table border="1" bordercolor="#888888" style="border-color:rgb(136,136,136);border-width:1px;border-collapse:collapse;border-spacing:0" data-table-local-id="table-3">
<table border="1" bordercolor="#888888" class="compacttable" style="border-color:rgb(136,136,136);border-width:1px;border-collapse:collapse;border-spacing:0" data-table-local-id="table-3">
<tbody>
<tr>
<td style="width:60px">
Expand Down

0 comments on commit 90b2eed

Please sign in to comment.