XK8ER
XK8ER

Reputation: 780

ListView displays incorrect title

I am doing some tests with different characters in the title of a listview. for some reason the exact same app displays fine on win8 but it doesnt show a check mark in winxp.. how do I fix this on .Net Framework v4?

no check mark found in windows xp

Upvotes: 0

Views: 57

Answers (1)

Hans Passant
Hans Passant

Reputation: 941455

It is a font problem, you get the rectangle when the machine doesn't have a substitute font with the check-mark glyph, U+2713.

XP did ship with very limited fonts, so this is not entirely unexpected. Run Charmap.exe on that machine so see the glyphs that are available. Ask as superuser.com for the best way to get the machine updated.

Upvotes: 2

Related Questions