Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d370817

Browse files
author
newsclan@gmail.com
committed
churehill shared this fix for chinese java source file
git-svn-id: http://hustoj.googlecode.com/svn@2242 19ab8b60-bd6c-11dd-baed-41e496641fac
1 parent fcb1ef6 commit d370817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎trunk/core/judge_client/judge_client.cc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ int compile(int lang) {
810810
const char * CP_X[] = { "g++", "Main.cc", "-o", "Main","-fno-asm", "-Wall",
811811
"-lm", "--static","-std=c++0x", "-DONLINE_JUDGE", NULL };
812812
const char * CP_P[] = { "fpc", "Main.pas", "-O2","-Co", "-Ct","-Ci", NULL };
813-
// const char * CP_J[] = { "javac", "-J-Xms32m", "-J-Xmx256m", "Main.java",NULL };
813+
// const char * CP_J[] = { "javac", "-J-Xms32m", "-J-Xmx256m","-encoding","UTF-8", "Main.java",NULL };
814814

815815
const char * CP_R[] = { "ruby", "-c", "Main.rb", NULL };
816816
const char * CP_B[] = { "chmod", "+rx", "Main.sh", NULL };

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /