1 % \iffalse meta-comment
3 % Copyright (C) 2004 Frank Mittelbach
6 % This file is part of the validate package.
10 % You are not allowed to change this file. In case of error
11 % write to the email address mentioned in the file readme.val.
15 % fd files generate text from the \ProvidesFile line in the document
17 % Input the test macros for LaTeX2e
24 \documentclass{minimal}
26 \usepackage[latin1,utf8]{inputenc}
27 \usepackage[T1]{fontenc}
29 \scrollmode % to run past the error below
35 German umlauts in UTF-8: ^^c3^^a4^^c3^^b6^^c3^^bc
37 \inputencoding{latin1} % switch to latin1
39 German umlauts in UTF-8 but read by latin1 (and will produce one
40 error since \verb=\textcurrency= is not provided): ^^c3^^a4^^c3^^b6^^c3^^bc
42 \inputencoding{utf8} % switch back to utf8
44 German umlauts in UTF-8: ^^c3^^a4^^c3^^b6^^c3^^bc
47 Some codes that should produce errors as nothing is set up
48 for them: ^^c3F ^^e1^^a4^^b6
50 And some that are not legal utf8 sequences: ^^c3X ^^e1XY