:sig StringList split_utf8(String str, bool compound_characters = false) :params str : string to be split compound_characters : optional, if true tries to combine compound characters return value : a list of Unicode characters :desc Splits the string 'str' into its constituent Unicode code points. If 'compound_characters' is true, split_utf8 will attempt to combine compound characters based on very simple rules: