Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

UTF8 characters not displayed in IE in grids in read only mode

SA-6310

Summary



When using Internet Explorer (IE), UTF8 characters (in this case Thai characters) does not get displayed in a repeat grid when in read mode. When in edit mode though (text input is used instead of label), the characters are displayed. This has been noticed in repeat grid when editing a data instance (data page > local storage > records tab) and in repeat grid in end user harness.

Error Messages



No error messages. Observed the characters did not get displayed.


Steps to Reproduce



Create a data page in the Data Explorer.
Create a local data source for that data page. Import a CSV file which has UTF8 characters as the value.


Root Cause



The root cause of this problem is a defect in Pegasystems’ code/rules. Pega 7 does not explicitly specify a fall back font when it can't read Open Sans.



Resolution



This issue is scheduled to be resolved in Maintenance Level (ML) release 7.1.8 with bug dev tip 
BUG-190020.
A local-change is also possible by adding the following codes to UserWorkForm HTML fragment.

<style>
   .ie div.gridDefault div.default tr.cellCont td.gridCell {
      font-family: "OpenSans, sans-serif";
   }
</style>

Published January 31, 2016 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us