]> git.pld-linux.org Git - packages/jikes.git/blob - jikes-iconv.patch
306fc2b039f58796940dce8656b928158dd8638c
[packages/jikes.git] / jikes-iconv.patch
1 diff -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.060313 seconds and 2 git commands to generate.