Enable building TDS zip files
[latex2e.git] / base / testfiles / tlb4024.lvt
blob9650a3b96748e84ebc28e030f4cba6fe9f625053
1 % Test file for inputenc in xe/lua tex.\r
2 %\r
3 % Number:         4024\r
4 % Category:       tools\r
5 % Synopsis:       inputenc fails (and is not needed) in xetex/luatex.\r
6 %\r
7 % Behaviour improved in inputenc in xetext/luatex\r
8 \r
9 \r
10 \documentclass{article}\r
11 \input{test2e}\r
12 % trigger xetex behavour udf pdftex\r
13 \ifx\Umathchar\xxundefined\r
14 \let\Umathchar\relax\r
15 \fi\r
17 \usepackage[utf8]{inputenc}\r
19 \begin{document}\r
20 \START\r
21 \AUTHOR{David Carlisle}\r
22 \PACKAGE{inputenc}\r
24 \setbox0\hbox{x£y}\showbox0\r
26 \inputencoding{ascii}\r
27 \setbox0\hbox{xy}\showbox0\r
29 \inputencoding{utf8}\r
30 \setbox0\hbox{xy}\showbox0\r
32 \inputencoding{latin1}\r
33 \setbox0\hbox{xy}\showbox0\r
37 \stop