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