File: encoding.patch

package info (click to toggle)
libitext1-java 1.4-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 7,636 kB
  • sloc: java: 86,865; xml: 396; makefile: 15
file content (23 lines) | stat: -rw-r--r-- 713 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Markus Koschany <apo@debian.org>
Date: Thu, 22 Mar 2018 13:35:42 +0100
Subject: encoding

Bug-Debian: https://bugs.debian.org/893249
Forwarded: no
---
 ant/compile.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ant/compile.xml b/ant/compile.xml
index 0b47f71..2f2f791 100644
--- a/ant/compile.xml
+++ b/ant/compile.xml
@@ -28,7 +28,7 @@
 
     <target name="compile" description="--> compiles the iText code">
         <mkdir dir="${itext.classes}" />
-        <javac srcdir="${itext.src}" destdir="${itext.classes}">
+        <javac srcdir="${itext.src}" destdir="${itext.classes}" encoding="iso-8859-1">
           <include name="com/**" /> 
         </javac>
     </target>