Exercise: Counting Unicode Characters
Test your coding skills on counting Unicode characters.
We'll cover the following...
Challenge
In this exercise, your challenge is to expand the count
function to count Unicode characters.
Problem statement
In addition to counting lines and words, your tool can also count the number of Unicode characters provided with the input.
Computers encode text using different ...