Julia supports handling UTF-8 strings. However, the way you work with them is slightly different from such languages as R or Python. In this recipe, you will discover more about the String and SubString types, as well as the correct method of indexing into a string in Julia.
We will learn this by parsing a file containing the word Hello, written in different languages.