]> git.pld-linux.org Git - packages/jikes.git/commitdiff
- updated for jikes 1.3
authorwrobell <wrobell@pld-linux.org>
Tue, 6 Mar 2001 12:09:54 +0000 (12:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    jikes-iconv.patch -> 1.3

jikes-iconv.patch [new file with mode: 0644]

diff --git a/jikes-iconv.patch b/jikes-iconv.patch
new file mode 100644 (file)
index 0000000..306fc2b
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur jikes-1.13.orig/src/stream.cpp jikes-1.13/src/stream.cpp
+--- jikes-1.13.orig/src/stream.cpp     Sat Feb 24 22:50:16 2001
++++ jikes-1.13/src/stream.cpp  Mon Mar  5 11:42:31 2001
+@@ -326,7 +326,7 @@
+         return true;
+     }
+ #elif defined(HAVE_ICONV_H)
+-    _converter = iconv_open("utf-16", encoding);
++    _converter = iconv_open("UTF-16BE", encoding);
+     if (_converter == (iconv_t)-1)
+     {
+         return false;
This page took 0.064054 seconds and 4 git commands to generate.