Probably not a bug in this repository, but when I am connected with a browser extension and enter, for example, Hello! with the exclamation mark, I won't be able to sign the message because the extension won't proceed. When I remove the exclamation mark, everything is ok. The same goes for other characters like @#$%^&* etc. Including the space between words.
It works, for example, with a web wallet signing provider.
By the way, all signing providers should probably switch to Message instead of SignableMessage, which is deprecated.
The best is to test it here: https://utils.multiversx.com/sign-message
Probably not a bug in this repository, but when I am connected with a browser extension and enter, for example,
Hello!
with the exclamation mark, I won't be able to sign the message because the extension won't proceed. When I remove the exclamation mark, everything is ok. The same goes for other characters like @#$%^&* etc. Including the space between words.It works, for example, with a web wallet signing provider.
By the way, all signing providers should probably switch to
Message
instead ofSignableMessage
, which is deprecated.