summaryrefslogtreecommitdiff
path: root/indexing/upmendex/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'indexing/upmendex/README.md')
-rw-r--r--indexing/upmendex/README.md24
1 files changed, 17 insertions, 7 deletions
diff --git a/indexing/upmendex/README.md b/indexing/upmendex/README.md
index 5aec451f1b..89d0c0e4de 100644
--- a/indexing/upmendex/README.md
+++ b/indexing/upmendex/README.md
@@ -1,7 +1,7 @@
upmendex --- Multilingual index processor
==========================================
-2021.08.08 Ver0.58
+2021.11.20 Ver1.00
TANAKA, Takuji
<ttk(at)t-lab.opal.ne.jp>
@@ -19,7 +19,7 @@ upmendex is a multilingual index processor with following features:
* Support Latin (including non-English), Greek, Cyrillic,
Korean Hangul and Chinese Han (Hanzi ideographs) scripts
as well as Japanese Kana.
- * Support Devanagari and Thai scripts (experimental).
+ * Support Devanagari, Thai, Arabic and Hebrew scripts (experimental).
* Support four kinds of sort orders (Pinyin, Radical-Stroke,
Stroke and Zhuyin) for Chinese Han scripts (Hanzi ideographs).
* Apply International Components for Unicode (ICU)[4]
@@ -36,13 +36,13 @@ upmendex is a multilingual index processor with following features:
* man/ :: manuals
### Building upmendex
-The source files are distributed at GitHub[2] and work with TeX Live svn r60191.
+The source files are distributed at GitHub[2] and work with TeX Live svn r61096.
Ref. [TeX Live and Subversion](http://www.tug.org/texlive/svn/)
Tested with ICU 68.2 .
### Status
-Beta version.
+Stable version.
No warranty.
### Copyright
@@ -51,13 +51,13 @@ It is as same as [the BSD 3-Clause License](https://opensource.org/licenses/BSD-
### Supported locales
In ICU collator, default "root" locale covers several lauguages:
-English, French, Germany, Italian, Portuguese and so on.
+English, French, German, Italian, Portuguese and so on.
Much of languages and collation options are supported by
setting into "icu_locale" in style files.
Currently following locales are available:
#### Latin script
- "az", "az@collation=search" (Azerbaijani), "ca", "ca@collation=search" (Catalan),
+ "az", "az@collation=search" (Azerbaijani), "ca@collation=search" (Catalan),
"cs", "cs@collation=search" (Czech), "da", "da@collation=search" (Danish),
"de@collation=phonebook", "de@collation=search", "de-AT@collation=phonebook" (German),
"eo" (Espelanto), "es", "es@collation=traditional", "es@collation=search" (Spanish),
@@ -70,6 +70,10 @@ Currently following locales are available:
"sv", "sv@collation=search", "sv@collation=standard" (Swedish),
"tr" (Turkish), "vi", "vi@collation=traditional" (Vietnamese)
+##### Supported by default "root" collator. Do not need to set locale
+ "ca" (Catalan), "de" (German), "en" (English), "fr" (French), "id" (Indonesian),
+ "it" (Italian), "jv" (Javanese), "ms" (Malay), "nl" (Dutch), "pt" (Portuguese)
+
#### Cyrillic script
"be" (Belarusian), "bg" (Bulgarian), "kk" (Kazakh), "ky" (Kyrgyz),
"mk" (Macedonian), "ru" (Russian), "sr" (Serbian), "uk" (Ukraine)
@@ -89,11 +93,17 @@ Currently following locales are available:
#### Thai script (experimental)
"th" (Thai)
+#### Arabic (experimental)
+ "ar", "ar@collation=compat" (Arabic), "fa" (Persian), "ps" (Pashto), "ur" (Urdu)
+
+#### Hebrew (experimental)
+ "he", "he@collation=search" (Hebrew), "yi" (Yiddish)
+
### References
1. [ASCII Nihongo TeX (Publishing TeX)](https://asciidwango.github.io/ptex/)
ASCII MEDIA WORKS (web site by DWANGO Co., Ltd.)
2. [Source/Document distribution of upmendex --- multilingual index processor @ GitHub](https://github.com/t-tk/upmendex-package)
3. [upTeX, upLaTeX ― unicode version of pTeX, pLaTeX](http://www.t-lab.opal.ne.jp/tex/uptex_en.html)
-4. [International Components for Unicode (ICU)](http://site.icu-project.org/)
+4. [International Components for Unicode (ICU)](https://icu.unicode.org/)
5. [upmendex @ CTAN](https://ctan.org/pkg/upmendex/)