We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
程序输出中有中文文字,在用Java提交代码时,势必在Java代码中就会有中文,但是判题时出现编译错误,例如: error: unmappable character for encoding ASCII System.out.println("???????????????Java??????"); 看了FAQ中的Java的编译选项:javac -J-Xms32m -J-Xmx256m Main.java 如果要将javac的 -encoding <编码>选项打开,请问需要修改哪个文件? 另:Ubuntun用的语言是中文,在Ubuntu命令行下用javac 编译有中文字符的代码不会有问题,但是OJ就有问题。 谢谢!
The text was updated successfully, but these errors were encountered:
参见此行: https://github.com/svn2github/hustoj/blob/master/trunk/core/judge_client/judge_client.cc#L1488
Sorry, something went wrong.
No branches or pull requests
程序输出中有中文文字,在用Java提交代码时,势必在Java代码中就会有中文,但是判题时出现编译错误,例如:
error: unmappable character for encoding ASCII
System.out.println("???????????????Java??????");
看了FAQ中的Java的编译选项:javac -J-Xms32m -J-Xmx256m Main.java
如果要将javac的 -encoding <编码>选项打开,请问需要修改哪个文件?
另:Ubuntun用的语言是中文,在Ubuntu命令行下用javac 编译有中文字符的代码不会有问题,但是OJ就有问题。
谢谢!
The text was updated successfully, but these errors were encountered: