unicode
unicode copied to clipboard
Don't include reserved ranges which are invalid in UTF-8
The range U+D800 - U+DFFF is only valid with UTF-16 encoding. Since Elixir is UTF-8 these values are invalid and should never be returned. Currently that are not omitted.