diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2017-07-15 04:06:19 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2017-07-15 04:06:19 +0000 |
commit | 9e945e87e6b8e04f4319505f27c0c574876df7ae (patch) | |
tree | 421738cafe920c2d63c20e7fc9250140dca275d2 /Build/source/texk/makejvf/uniblock.h | |
parent | 347edc117c2ff2e778be03471ec1c0cb81b3311d (diff) |
Improve hankaku-kana TFM support
git-svn-id: svn://tug.org/texlive/trunk@44804 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makejvf/uniblock.h')
-rw-r--r-- | Build/source/texk/makejvf/uniblock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/makejvf/uniblock.h b/Build/source/texk/makejvf/uniblock.h index 63f7e5a0367..dfa1ce84b18 100644 --- a/Build/source/texk/makejvf/uniblock.h +++ b/Build/source/texk/makejvf/uniblock.h @@ -20,6 +20,7 @@ #define ENTRY_GCJK ENTRY_G|ENTRY_C|ENTRY_J|ENTRY_K extern int search_cjk_entry(int *ib, long ch, long cjk); +int uniblock_iskanji; #define U_OPEN_SQUOTE 0x2018 #define U_CLOSE_SQUOTE 0x2019 |