tags:

views:

63

answers:

1

This is not particularly a programming question, but I was hoping someone here may know the answer.

We have in-house written application in C#. It's uses ListView control (i believe) to display a list of items - items/text that contains line breaks (newline chars). On most PCs (WinXP) the line breaks are displayed as two square characters. But on one particular PC the boxes are not displayed at all, and two lines are concatenated together without any visual separation.

Does anyone knows why would that be? Is that controlled by some setting in OS?

Thanks in advance.

A: 

I would check default font on that machine. If you need to see how to check or change default font, read Fonts - Change Default article.

Update: You can also try to restore default font. I just found this this article that explains how to restore default Windows XP Fonts.

Vadim
Thanks, Vadim, but that doesn't seems to be it. there's no FontSubstitutes on that machine (or others I've checked, for that matter). Besides, fonts appear to be the same on our machines.
flamey