I have a table which store some non English letters as varchar in the sql server. When i retrieve the data and show it in a grid view, it shows the exact character that i stored. But in some machines , the values are displayed as square symbols as if it cant identify the font.
what can i do to make it visible throughout all the machines.
I fill the gridview directly from the query result that fills a DataView.