Comment 15 for bug 539008

Revision history for this message
Sebastian Bertho (sbertho) wrote :

I tested a web seite on a german setup and it seems that all common browsers (I checked firefox and chromium) consider the value of the LANG variable. So on all of my setups, "DejaVu Sans" is choosen for "MS Sans Serif" on web sites - with or without a 'lang="de"' tag.

But the real strange thing is:
Even if I choose "Loma" on a web site or in e.g. "Openoffice.org writer" umlauts are displayed correctly.
But if I choose "Loma" in Winforms/Mono applications, umlauts are replaced with boxes.

So there seems to be a problem with playing Winforms/Mono and Loma together.

But: This twist is a valid workaround on all of my systems.

I attach a sample program "UmlautsTest.cs" and a simple web-page "test.html" where you can confirm what I see here.