unicode icon indicating copy to clipboard operation
unicode copied to clipboard

Don't include reserved ranges which are invalid in UTF-8

Open kipcole9 opened this issue 2 years ago • 0 comments

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.

kipcole9 avatar Sep 27 '23 00:09 kipcole9