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.
Hi, one test with katakana is failed. I have add some debug lines to trace, and what I see?
Test string is successfully decoded! But test failed for some reason. Whats wrong?
String to encode : ドモアリガトゴザイマス, length: 33
encoded : ドオカセガヨゴザキアニ, length 33
✔ Test Passed
String to decode : ドオカセガヨゴザキアニ, length 33
decoded : ドモアリガトゴザイマス, length 33
✘ '\xe3\x83\x89\xe3\x83\xa2\xe3\x82\xa2\xe3\x83\xaa\xe3\x82\xac\xe3\x83\x88\xe3\x82\xb4\xe3\x82\xb6\xe3\x82\xa4\xe3\x83\x9e\xe3\x82\xb9' should equal '\xe3\x83\x89\xe3\x83\xa2\xe3\x82\xa2\xe3\x83\xaa\xe3\x82\xac\xe3\x83\x88\xe3\x82\xb4\xe3\x82\xb6\xe3\x82\xa4\xe3\x83\x9e\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd'