summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/oberdiek/test/listingsutf8-test2.tex
blob: 14ee3ec8dfd2593741854405d97c8cc15938d788 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
%%
%% This is file `listingsutf8-test2.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% listingsutf8.dtx  (with options: `test2,utf8')
%% 
%% This is a generated file.
%% 
%% Project: listingsutf8
%% Version: 2007/11/11 v1.1
%% 
%% Copyright (C) 2007 by
%%    Heiko Oberdiek <heiko.oberdiek at googlemail.com>
%% 
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.3c of this license or (at your option) any later
%% version. This version of this license is in
%%    http://www.latex-project.org/lppl/lppl-1-3c.txt
%% and the latest version of this license is in
%%    http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of
%% LaTeX version 2005/12/01 or later.
%% 
%% This work has the LPPL maintenance status "maintained".
%% 
%% This Current Maintainer of this work is Heiko Oberdiek.
%% 
%% This work consists of the main source file listingsutf8.dtx
%% and the derived files
%%    listingsutf8.sty, listingsutf8.pdf, listingsutf8.ins, listingsutf8.drv,
%%    listingsutf8-test1.tex, listingsutf8-test2.tex,
%%    listingsutf8-test3.tex, listingsutf8-test4.tex,
%%    listingsutf8-test5.tex.
%% 
\NeedsTeXFormat{LaTeX2e}
\documentclass{minimal}
\usepackage{filecontents}
\def\do#1{%
  \ifx#1\^%
  \else
    \noexpand\do\noexpand#1%
  \fi
}
\expandafter\let\expandafter\dospecials\expandafter\empty
\expandafter\edef\expandafter\dospecials\expandafter{\dospecials}
\begin{filecontents*}{ExampleUTF8.java}
public class ExampleUTF8 {
    public static String testString =
        "Umlauts: " +
        "^^c3^^84^^c3^^96^^c3^^9c^^c3^^a4^^c3^^b6^^c3^^bc^^c3^^9f";
    public static void main(String[] args) {
        System.out.println(testString);
    }
}
\end{filecontents*}
\usepackage{listingsutf8}[2007/11/11]
\def\Text{%
  Umlauts: %
  ^^c3^^84^^c3^^96^^c3^^9c^^c3^^a4^^c3^^b6^^c3^^bc^^c3^^9f%
}
\begin{document}
\lstinputlisting[%
  language=Java,%
  inputencoding=utf8/latin1,%
]{ExampleUTF8.java}
\end{document}
\endinput
%%
%% End of file `listingsutf8-test2.tex'.