summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/bibtexu/README
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2019-03-01 12:04:01 +0000
committerNorbert Preining <preining@logic.at>2019-03-01 12:04:01 +0000
commit3d0e60f45c88626adaa02b258a720f68f37d8c94 (patch)
treeb9dfa6d50c85f6d9b6cb380407df260b0db0810b /Master/texmf-dist/doc/bibtexu/README
parent1490c646c92a850d842e4b5ed08fac5cc32ea7e7 (diff)
bibtexu: updated docs (from Hironobu Yamashita)
git-svn-id: svn://tug.org/texlive/trunk@50184 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/bibtexu/README')
-rw-r--r--Master/texmf-dist/doc/bibtexu/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/bibtexu/README b/Master/texmf-dist/doc/bibtexu/README
new file mode 100644
index 00000000000..6b6cf693e80
--- /dev/null
+++ b/Master/texmf-dist/doc/bibtexu/README
@@ -0,0 +1,13 @@
+BibTeXu: a Unicode compliant version of BibTeX
+======================================================================
+
+BibTeXu is the Unicode-compliant version of BibTeX, that reads (only)
+UTF-8 encoded files. It was written by Yannis Haralambous to use the
+ICU library with BibTeX. There is another 8-bit implementation of
+BibTeX, named BibTeX8 by Niel Kempson; however, BibTeXu by Yannis was
+an independent project.
+
+The one shipped with TL is updated so that BibTeX, BibTeX8 and BibTeXu
+shares more or less the same behavior wrt memory allocation, etc.
+Peter Breitenlohner put in the massive efforts needed to make this
+work in the TL build system and use the same ICU library as XeTeX.