mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-2194 fix man page
X-SVN-Rev: 11384
This commit is contained in:
parent
3c6e0b74da
commit
093e069520
1 changed files with 8 additions and 14 deletions
|
@ -7,7 +7,7 @@
|
|||
.TH GENIDNA 8 "18 March 2003" "ICU MANPAGE" "ICU @VERSION@ Manual"
|
||||
.SH NAME
|
||||
.B genidna
|
||||
\- compile normalization data from the Unicode Character Database
|
||||
\- compile IDNA data from files filtered by filterRFC3454.pl
|
||||
.SH SYNOPSIS
|
||||
.B genidna
|
||||
[
|
||||
|
@ -25,9 +25,6 @@
|
|||
[
|
||||
.BI "\-d\fP, \fB\-\-destdir" " destination"
|
||||
]
|
||||
[
|
||||
.I suffix
|
||||
]
|
||||
.SH DESCRIPTION
|
||||
.B genidna
|
||||
reads filtered RFC 3454 files and compiles their
|
||||
|
@ -42,15 +39,7 @@ The files read by
|
|||
.B genidna
|
||||
are described in the
|
||||
.B FILES
|
||||
section. If
|
||||
.I suffix
|
||||
is passed on the command line, the names of these files will actually
|
||||
be changed to include a dash followed by
|
||||
.I suffix
|
||||
in their basename. For example, the file
|
||||
.B UnicodeData.txt
|
||||
would be looked for under the name
|
||||
.BR UnicodeData\-\fIsuffix\fP.txt .
|
||||
section.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
|
||||
|
@ -87,17 +76,22 @@ The following files are read by
|
|||
.B genidna
|
||||
and are looked for in the
|
||||
.I source
|
||||
directory.
|
||||
/misc for rfc3454_*.txt files and in
|
||||
.I source
|
||||
/unidata for NormalizationCorrections.txt.
|
||||
.TP 20
|
||||
.B rfc3453_A_1.txt
|
||||
Contains the list of unassigned codepoints in Unicode version 3.2.0.\|.\|..
|
||||
.TP
|
||||
.B rfc3454_B_1.txt
|
||||
Contains the list of code points that are commonly mapped to nothing.\|.\|..
|
||||
.TP
|
||||
.B rfc3454_B_2.txt
|
||||
Contains the list of mappings for casefolding of code points when Normalization form NFKC is specified.\|.\|..
|
||||
.TP
|
||||
.B rfc3454_C_X.txt
|
||||
Contains the list of code points that are prohibited for IDNA.
|
||||
.TP
|
||||
.B NormalizationCorrections.txt
|
||||
Contains the list of code points whose normalization has changed since Unicode Version 3.2.0.
|
||||
.SH VERSION
|
||||
|
|
Loading…
Add table
Reference in a new issue