You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a clever abuse of ie-hex-str in the __encode-uri-char function used to get the hexadecimal representation of a character code. I would find this useful in my own functions. Can we break that into a separate function?
Generic number-to-hex would be nice, which could be composed with char code functions as needed.
The text was updated successfully, but these errors were encountered:
There's a clever abuse of
ie-hex-str
in the__encode-uri-char
function used to get the hexadecimal representation of a character code. I would find this useful in my own functions. Can we break that into a separate function?Generic number-to-hex would be nice, which could be composed with char code functions as needed.
The text was updated successfully, but these errors were encountered: