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.
PHP Translation Kumited - please accept :D
@Pimverleg,
If your keyboard can't type the "ö" character, simply copy and paste it from the Kata description.
Hope that helps :)
Cheers,
donaldsebleung
you don't have to know german to pass the kata.
I canot solve the puzzle due to the german o, even if i write it by hand :-(
What browser are you in? Have you any browser extensions that block scripts like adblockers? Might be something like that?
Is there any copy & pasted code in your solution? Sounds like there's some characters your keyboard didn't produced getting submitted.
Try paste into notpad and back in, might strip some character encoding; or better yet, write your answer from scratch.
Is it a bug?: I get the following error on this kata:
Test Results:
Unable to decode the command from the command line:
UnicodeEncodeError: 'utf-8' codec can't encode character '\udcc3' in position 293: surrogates not allowed
STDERR:
Unable to decode the command from the command line:
UnicodeEncodeError: 'utf-8' codec can't encode character '\udcc3' in position 293: surrogates not allowed
✘ 'yi ppugfifstiiidusowssjoeakgwalllflhtgtkgerthlqiyqfjdjts' should equal 'yi ppugfifstiiidusowssjoeakgwalllflhtgtkgerthlqiyqfjdjts '
Should this be marked as an issue? Why should the space be at the end of this string? The instructions were to re-order the words, not the whitespaces.
Using Python, got the following results
"✘ 'tuijrui piijlaqqrjyistlagjktpudh oselowytqauupokkiyagyhhqha lhphiahopq' should equal
'tuijrui piijlaqqrjyistlagjktpudh oselowytqauupokkiyagyhhqha lhphiahopq'"
obviously, the problem is the multiple spaces in the middle. The instructions say nothing about maintaining extra spaces. If extra spaces are not to be dropped, which substring does it go with? The substring it comes after, or the substring it comes before?