UTF-8 characters in UI Page may not render correctly when accessing a UI Page standalone (not in frameset) with UIPageProcessorDescriptionJapanese characters among Jelly part become garbled if redirect without using nav_to.do.Steps to Reproduce 1. Go to System UI > UI Pages 2. Import the attached sys_ui_page record named aaa with a trivial example 3. Access the page using UIPageProcessor in the frameset: /nav_to.do?uri=ui_page_process?name=aaa Note that the characters render correctly, e.g.: '◆JOBの登録' and '■実行結果. 4. Access the page directly, not in the frameset: /ui_page_process?name=aaa Notice the Japanese characters do not render properly, e.g.: ◆JOBã®ç™»éŒ² and ■実行çµæžœ.WorkaroundAdd the following to the UI Page:<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8"/>Related Problem: PRB1455056