-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
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
encode error #258
Comments
Hi @yaojl2006, Could you please provide us more details on the error? Which command you ran and the complete log? Regards |
@lfoppiano log as follow:
|
Hi, could you try to add the following lines:
in the Luca |
hi,@lfoppiano Thank you cool guy:) |
hi @yaojl2006 thanks for the testing :-) I'm going to push the change. Luca |
Former-commit-id: 85891b4
encode error when install :
^D:\spring\workspace-sts-3.8.2.RELEASE\grobid\grobid-core\src\main\java\org\grobid\core\utilities\Utilities.java:267: 错 误: 编码GBK的不可映射字符
//dedication = dedication.replace("@bullet", " 鈥? ");
^
D:\spring\workspace-sts-3.8.2.RELEASE\grobid\grobid-core\src\main\java\org\grobid\core\utilities\Utilities.java:277: 错 误: 编码GBK的不可映射字符
//title = title.replace("@bullet", " 鈥? ");
^
D:\spring\workspace-sts-3.8.2.RELEASE\grobid\grobid-core\src\main\java\org\grobid\core\utilities\Utilities.java:288: 错 误: 编码GBK的不可映射字符
//english_title = english_title.replace("@bullet", " 鈥? ");
^
D:\spring\workspace-sts-3.8.2.RELEASE\grobid\grobid-core\src\main\java\org\grobid\core\utilities\Utilities.java:298: 错 误: 编码GBK的不可映射字符
//abstract_ = abstract_.replace("@bullet", " 鈥? ");
^
40 个错误
:grobid-core:compileJava FAILED
The text was updated successfully, but these errors were encountered: