: [ustr, error_flag] = utf82unicode (istr)

Convert from UTF-8 encoded strings istr to Unicode codepoints ustr.

UTF-8 characters with more than 2 bytes are dropped since Octave does not support characters >255. This means that only the ISO 8859-1 (Latin-1) subset of Unicode can be mapped correctly.

If an error occured error_flag is set to true.

Package: io