Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
OP solved it, closing
The Java version was removed for some reason. Closing.
I saw the problem like this with another kata a couple days ago. https://www.codewars.com/kata/do-i-get-a-bonus It also contains a Unicode char in tests.
Perhaps it needs to complain to developers of codewars?
@jcarmona I can do anything with the test cases, it always fail with this error. As you are writing here, more than 100 people make kata and then, this error suddenly appears and I don't know why :( :(
and anyone know how can i solve this problem with the test to finish the kata? there are 100 people who make it
Same thing here. It seesm that ASCII is used on the server side for encoding and there are some non ASCII chars in your test case strings. So I guess it's either change the strings to use only ASCII or find out why it's configured in such way on the backend ...
It's the second Java Kata with such issue related to characters, that I come across for the past few days.
I am having this issue as well while using Java.
Thank you for letting me know the issue. I put my own solution here and I got the same problem as you. I don't know what is wrong, everything was ok when I published the kata. However, I don't know how to fix it. When I want to change the test cases, I get this:
Final Solution is invalid. (java) The solution should pass the provided test cases
...