Adding special characters to a UI page causes display errors when the page is shown as standalone instead of inside frameDescription Adding special characters (for example, French characters) to a UI page causes display errors for these characters when the page is displayed as a standalone page instead of inside the gsft_main frame (for example, /ui_page.do?sys_id=ed92ff0ddbe67240f4d6dfea5e961902). Steps to Reproduce Create a new UI page.In the page body, add the following line: Su opinión es importante.Save the record.On the UI page record, click Try It to view the page within the iframe.Note that the characters are displayed correctly as "Su opinión es importante."Open the UI page as a standalone page by navigating to /ui_page.do?sys_id=<ui page sys id>.Note that the line on the UI page is displayed as "Su opinión es importante." The UI page contents should be displayed correctly again as "Su opinión es importante." Workaround Call the UI page directly instead of passing it through ui_page.do. Alternatively, ensure that UI page always opens in frame. Instead of navigating to: instance/ui_page.do?sys_id=sysIdOfUIPageGoesHere go to: instance/name_of_ui_page.do Related Problem: PRB956239