I have a table that stores some non-English letters in the form of varchar in the SQL server. When I retrieve the data and display it in grid view, it shows the exact character that I store. But in some machines, the value is displayed as a symbol of the class as if it can not detect the font.
What can I do to make it appear in all machines?
I get gridview directly from the query result that fills the datawave.
A class indicates that the machine is not a font available that can display glyph But in general, it was sent with fonts which had bad glyph coverage.
You have to ask the administrator to implement the required fonts. You can not give any indication, you have not documented the codepoint. Ask at Superuser.com
Comments
Post a Comment