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.