Skip to content

Commit

Permalink
Drop Kanji 'setup'
Browse files Browse the repository at this point in the history
Better handled using \disablecjktoken.
  • Loading branch information
josephwright committed Feb 8, 2023
1 parent 72c50fc commit f243b9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,9 @@ this project uses date-based 'snapshot' version identifiers.

## [Unreleased]

### Changed
- Drop a redundant setup line for upTeX

### Fixed
- Ensure `texmf.cnf` work correctly for `dvips`

Expand Down
3 changes: 0 additions & 3 deletions l3build-check.lua
Expand Up @@ -787,9 +787,6 @@ function runtest(name, engine, hide, ext, test_type, breakout)
os_setenv .. " LUAINPUTS=." .. localtexmf()
.. (checksearch and os_pathsep or "")
.. os_concat ..
-- Avoid spurious output from (u)pTeX
os_setenv .. " GUESS_INPUT_KANJI_ENCODING=0"
.. os_concat ..
-- Ensure lines are of a known length
os_setenv .. " max_print_line=" .. maxprintline
.. os_concat ..
Expand Down

0 comments on commit f243b9c

Please sign in to comment.