diff options
author | Hans Hagen <pragma@wxs.nl> | 2008-01-16 13:49:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2008-01-16 13:49:00 +0100 |
commit | 000a8c62f8ab88f17964644ce3dd3fc2720fb345 (patch) | |
tree | 427b505397a9433b7605ae762617c2b82fdfb562 /tex/context/base/char-ini.lua | |
parent | 7c1a1b89fbaa2bfad94ca825c4b734e459993654 (diff) | |
download | context-000a8c62f8ab88f17964644ce3dd3fc2720fb345.tar.gz |
stable 2008.01.16 13:49
Diffstat (limited to 'tex/context/base/char-ini.lua')
-rw-r--r-- | tex/context/base/char-ini.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tex/context/base/char-ini.lua b/tex/context/base/char-ini.lua index 96f8bf357..8f8f8dc26 100644 --- a/tex/context/base/char-ini.lua +++ b/tex/context/base/char-ini.lua @@ -68,6 +68,15 @@ characters.is_command = table.tohash { "cf","zs" } +-- linebreak: +-- +-- normative : BK CR LF CM SG GL CB SP ZW NL WJ JL JV JT H2 H3 +-- informative : XX OP CL QU NS EX SY IS PR PO NU AL ID IN HY BB BA SA AI B2 + +-- east asian width: +-- +-- N A H W F Na + do local _empty_table_ = { __index = function(t,k) return "" end } |