onecode369 / WYSIWYG

Android Rich Text Editor
Apache License 2.0
56 stars 14 forks source link

I don't know how to handle the "+" #4

Open jyodroid opened 3 years ago

jyodroid commented 3 years ago

Hi,

When I write on editor for example "A + B" when I want retrieve the editor.html just found "A B".

Thanks in advance for your library!

EDIT: I Found that by changing the method encodeURI by encodeURIComponent on wysiwyg.js file fixes the problem, https://github.com/onecode369/WYSIWYG/pull/5

isaacmaxparker commented 1 year ago

I'm still seeing this error. Any solution?

isaacmaxparker commented 1 year ago

Actually it looks like it just needs a new release that includes this change