]> git.pld-linux.org Git - packages/jikes.git/blame - jikes-iconv.patch
- added using %%{rpmcflags} macro.
[packages/jikes.git] / jikes-iconv.patch
CommitLineData
6ace6b91 1diff -Nur jikes-1.13.orig/src/stream.cpp jikes-1.13/src/stream.cpp
2--- jikes-1.13.orig/src/stream.cpp Sat Feb 24 22:50:16 2001
3+++ jikes-1.13/src/stream.cpp Mon Mar 5 11:42:31 2001
4@@ -326,7 +326,7 @@
5 return true;
6 }
7 #elif defined(HAVE_ICONV_H)
8- _converter = iconv_open("utf-16", encoding);
9+ _converter = iconv_open("UTF-16BE", encoding);
10 if (_converter == (iconv_t)-1)
11 {
12 return false;
This page took 0.072037 seconds and 4 git commands to generate.