diff options
author | Marius <mariausol@gmail.com> | 2013-08-22 16:40:16 +0300 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2013-08-22 16:40:16 +0300 |
commit | 5e936f4803c46d1dfc6d75f137092e8d20320ffb (patch) | |
tree | c7d17a6071b0a986b9ad8110b26f60c09b21b1da /tex/context/base/char-ini.lua | |
parent | f2b76ac2cf4a0135cf6943024f7b7eaa6b2f0d5f (diff) | |
download | context-5e936f4803c46d1dfc6d75f137092e8d20320ffb.tar.gz |
beta 2013.08.22 15:28
Diffstat (limited to 'tex/context/base/char-ini.lua')
-rw-r--r-- | tex/context/base/char-ini.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tex/context/base/char-ini.lua b/tex/context/base/char-ini.lua index b75f5eda7..dc6e067c0 100644 --- a/tex/context/base/char-ini.lua +++ b/tex/context/base/char-ini.lua @@ -483,6 +483,8 @@ setmetatableindex(characters.is_letter, mt) setmetatableindex(characters.is_command, mt) setmetatableindex(characters.is_spacing, mt) +-- todo: also define callers for the above + -- linebreak: todo: hash -- -- normative : BK CR LF CM SG GL CB SP ZW NL WJ JL JV JT H2 H3 |