%% %% 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. %% %% Copyright (C) 2007 by %% Heiko Oberdiek %% %% 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'.