DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4230>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4230 [javac] jikes 1.14 does not support -encoding [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX | ------- Additional Comments From [EMAIL PROTECTED] 2001-10-19 02:29 ------- reopening it to easy discussion. OK, I looked at the source - jikes still supports the -encoding attribute if it is compiled with the proper libraries for it, see src/option.cpp, line 344: #if defined(HAVE_LIBICU_UC) || defined(HAVE_ICONV_H) else if (strcmp(arguments.argv[i], "-encoding") == 0 && ((i + 1) < arguments.argc)) so we should definitively keep the -encoding attribute for jikes.
