diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-16 22:17:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-16 22:17:25 +0000 |
commit | 986f2814eb4836a337a07b4c86b1bae9c2dab707 (patch) | |
tree | c479febf09b93c949404270c0ff05e1c31718520 /Master/texmf-dist/doc/generic/unicode-data | |
parent | 8503299e5a0e60e52e5403f6b5dcc3c02d820529 (diff) |
unicode-data (16feb16)
git-svn-id: svn://tug.org/texlive/trunk@39747 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/unicode-data')
-rw-r--r-- | Master/texmf-dist/doc/generic/unicode-data/README.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/generic/unicode-data/README.md b/Master/texmf-dist/doc/generic/unicode-data/README.md index 2bebefbb40e..4d0bc7cd11a 100644 --- a/Master/texmf-dist/doc/generic/unicode-data/README.md +++ b/Master/texmf-dist/doc/generic/unicode-data/README.md @@ -59,6 +59,7 @@ From the files `EastAsianWidth.txt` and `LineBreak.txt` inter character classes for XeTeX (`\XeTeXcharclass`) are set for the following classes - "ID" (ideographic) +- "CJ" (conditional Japanese starter) - "OP" (opener) - "CL" (closer) - "NS" (non-starter) @@ -66,13 +67,13 @@ following classes - "IS" (infix separator) - "CM" (combining marks) -All code points of class "ID" are assigned to a +All code points of classes "ID" and "CJ" are assigned to a `\XeTeXcharclass`, but for other classes this only occurs when they fall into east Asian width type "F", "H" or "W" (full-, half- and wide-width). The following mappings between Unicode and XeTeX classes occur -- "ID" is class 1 +- "ID" and "CJ" are class 1 - "OP" is class 2 - "CL", "NS", "EX", "IS" are class 3 - "CM" is class 256 (ignored) @@ -141,7 +142,10 @@ Changes - Set all letters as math type 7 (var) in `load-unicode-data.tex` - v1.3a (2016-02-06) - - Add defintion of `\loop` to `load-unicode-math-classes.tex` + - Add definition of `\loop` to `load-unicode-math-classes.tex` +- v1.4 (2016-02-16) + - Treat "CJ" chars like "ID" chars for setting XeTeX character + class License and permission ====================== |