40 |
|
] |
41 |
|
.SH DESCRIPTION |
42 |
|
.I Rcode_ident |
43 |
< |
Takes a list of ASCII identifiers on the input and encodes them |
43 |
> |
takes a list of ASCII identifiers on the input and encodes them |
44 |
|
as a 16-bit index to a table appended to the output. |
45 |
|
This default index size can hold up to 65 thousand unique IDs, |
46 |
|
which is suitable for most applications. |
50 |
|
if 256 or fewer unique identifiers appear on the input. |
51 |
|
The |
52 |
|
.I \-24 |
53 |
< |
option creates a 24-bit index can record over 16 million |
53 |
> |
option creates a 24-bit index that can record over 16 million |
54 |
|
unique identifiers. |
55 |
|
.PP |
56 |
|
Identifiers are separated by newlines by default, but any single-character |