In the URL field, certain characters are not getting stored in the encoded formatIssue URL type fields are saving encoded texts as decoded.Releasen/aResolutionThis is working as expected, however if one need to change this behaviour you may add a dictionary attribute to the URL field type with `url_sanitize=false`, which will disable sanitization.