Unable to set special characters into catalog title [sc_catalog.title]Issue When trying to set special characters into the catalog title [sc_catalog.title], the following error occurs: A catalog title XX_Cat_+*$ can only contain spaces, A-Z, a-z, 0-9 and _ReleaseAllCauseWhen a catalog is created, a catalog title is used to generate a UI view name. To prevent XSS via sysparm_view, the following Business Rules prevent anything apart from space, A-Z, a-z, 0-9, _, being used for catalog titles: - Restrict charset of view names on [sys_ui_view] table:/nav_to.do?uri=sys_script.do?sys_id=bfabe602c30210009a17e219cdba8fe2- Restrict charset of catalog names on [sc_catalog] table:/nav_to.do?uri=sys_script.do?sys_id=6419ed28d7011100f20024837e6103e3ResolutionThis is working as expected by design.