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.
Ya, that must be an issue with what they use to error check java. I'll remove that symbol to avoid confusion in the future.
System.out.println display it as a
"&()^%^**)^&%!@##@@!@#!@#@@&*&^^*^(^((((^^&^@#@!??"
(copy - pasted). Those 2 last chars looks like question marks for me and at first I tought that by symbols you mean the standart ones. It might have a problem to display such characters so it change it to "replacement char".Oh yes, that was intentional. The actual symbol is a §. Does the test case show it incorrectly?
oh forgot to mention. It was Java.
What language is are you doing?
Actually TestJustSymbols is kinda confusing.
At first I thought that input string ends with two question marks, but when i've checked int value of that two last symbols it was 65533 - �. Didn't expect that. I think its a replacement character for wrong decoded sequence bytes . Did you set it on purpose? or it is an issue?