fennifith/Scrurl

Emoji / Unicode Support

Opened this issue · 0 comments

The library currently iterates through the characters in a string, which - while usable - creates problems when encountering URL-encoded values that use up more characters. Ideally, it should store the text to iterate through not as a string but as an array, that way the individual symbols can be represented by different amounts of characters with no significant issue.