This repository was archived by the owner on Oct 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 141
Java files encoding currently accepts only ASCII #449
Comments
Reviewed the code the problem is here on this line:
The current Java equivalent is:
And should be modified to something equivalent to:
or
Hoope it helps. |
You can test it at: https://www.codewars.com/kata/do-i-get-a-bonus/train/java |
This should be covered by PR #447 |
if you deployed to preview it didn't worked :/ |
I haven't yet. |
OK #460 should resolve this specifically. |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Related to changes for #383 I've seen a new error that says
Tu support more than ASCII add
-encoding utf-8
as param to javac program to accept utf-8 encoding.Just in case you need another charset I'll drop this link
The text was updated successfully, but these errors were encountered: