summaryrefslogtreecommitdiff
path: root/indexing/upmendex/man/upmendex.1
diff options
context:
space:
mode:
Diffstat (limited to 'indexing/upmendex/man/upmendex.1')
-rw-r--r--indexing/upmendex/man/upmendex.155
1 files changed, 46 insertions, 9 deletions
diff --git a/indexing/upmendex/man/upmendex.1 b/indexing/upmendex/man/upmendex.1
index 514fda7d4a..b46ab922de 100644
--- a/indexing/upmendex/man/upmendex.1
+++ b/indexing/upmendex/man/upmendex.1
@@ -238,7 +238,7 @@ Same as \fBlethead_suffix\fR.
\fBlethead_flag\fR <number>
0
.RS
-Flag to control output of heading letters.
+Flag to control output of heading letters in Latin, Greek and Cyrillic scripts.
\'0\', \'1\', \'-1\' and \'2\' respectively denotes no output, uppercase,
lowercase and titlecase.
.RE
@@ -249,13 +249,29 @@ lowercase and titlecase.
Same as \fBlethead_flag\fR.
.RE
.TP 30
-\fBtumunja\fR <string>
+\fBkana_head\fR <string>
+""
+.RS
+Heading characters of Kana specified by a string.
+By default, it is controlled by \fBletter_head\fR and
+command line option \fB-g\fR.
+(Extended by upmendex)
+.RE
+.TP 30
+\fBhangul_head\fR <string>
"ㄱㄴㄷㄹㅁㅂㅅㅇㅈㅊㅋㅌㅍㅎ"
.RS
-Heading characters of hangul specified by a string.
+Heading characters of Hangul specified by a string.
(Extended by upmendex)
.RE
.TP 30
+\fBtumunja\fR <string>
+"ㄱㄴㄷㄹㅁㅂㅅㅇㅈㅊㅋㅌㅍㅎ"
+.RS
+Heading characters of Hangul specified by a string.
+(Deprecated, Extended by upmendex)
+.RE
+.TP 30
\fBhanzi_head\fR <string>
""
.RS
@@ -265,6 +281,20 @@ concatenated of items with a separator \';\'.
(Extended by upmendex)
.RE
.TP 30
+\fBdevanagari_head\fR <string>
+"ऄअआइईउऊऋऌऍऎएऐऑऒओऔकखगघङचछजझञटठडढणतथदधनपफबभमयरलळवशषसह"
+.RS
+Heading characters of Devanagari specified by a string.
+(Experimental, Extended by upmendex)
+.RE
+.TP 30
+\fBthai_head\fR <string>
+"กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮ"
+.RS
+Heading characters of Thai script specified by a string.
+(Experimental, Extended by upmendex)
+.RE
+.TP 30
\fBitem_0\fR <string>
"\\n \\\\item "
.RS
@@ -465,11 +495,14 @@ Japanese sequence and non-Japanese sequence in sorting procedure.
.RE
.TP 30
\fBcharacter_order\fR <string>
-"SNLGCJKH"
+"SNLGCJKHDT"
.RS
Order of scripts and symbols.
-\'S\', \'N\', \'L\', \'G\', \'C\', \'J\', \'K\' and \'H\' respectively
-denotes symbol, number, Latin, Greek, Cyrillic, Japanese Kana, Korean Hangul and Hanja.
+\'S\', \'N\', \'L\', \'G\', \'C\', \'J\', \'K\', \'H\', \'D\' and \'T\' respectively
+denotes symbol, number, Latin, Greek, Cyrillic, Japanese Kana, Korean Hangul, Hanja,
+Devanagari and Thai script.
+Please make sure that \'S\' and \'N\' are next to each other,
+since \fBupmendex\fR considers numbers as a part of symbol.
(Extended by upmendex)
.RE
.TP 30
@@ -493,10 +526,11 @@ By default, locale is used.
(Extended by upmendex)
.RE
Ref. <http://userguide.icu-project.org/collation/customization>,
+<https://unicode-org.github.io/icu/userguide/collation/customization/>,
<http://www.unicode.org/reports/tr35/tr35-collation.html#Rules>
.RE
.TP 30
-\fBicu_rules\fR <string>
+\fBicu_attributes\fR <string>
""
.RS
Attributes in ICU collator.
@@ -507,10 +541,12 @@ Followings are available:
"french-collation:on", "french-collation:off",
"case-first:off", "case-first:upper-first", "case-first:lower-first",
"case-level:on", "case-level:off",
-"normalization-mode:on", "normalization-mode:off"
+"normalization-mode:on", "normalization-mode:off",
+"numeric-ordering:on", "numeric-ordering:off"
(Extended by upmendex)
.RE
Ref. <http://userguide.icu-project.org/collation/customization>,
+<https://unicode-org.github.io/icu/userguide/collation/customization/#default-options>,
<http://www.unicode.org/reports/tr35/tr35-collation.html#Setting_Options>
.RE
.PP
@@ -636,7 +672,8 @@ wrong page numbers might be output.
.BR mendex(1).
.br
International Components for Unicode (ICU):
-<http://site.icu-project.org/>
+<http://site.icu-project.org/>,
+<https://unicode-org.github.io/icu/>
.SH AUTHOR
This manual page was written by Takuji Tanaka
based on the mendex manual page written by Japanese \*(TX Development Community.