We are upgrading from Domino R5 to R6. When I load a form in IE 6 from R5, encoding is Western European (ISO). When I load the same form from R6, encoding is UTF-8. When I View Source, I can see nothing that would account for this. I tried adding a Meta tag to the HTML Head Content object:
“<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">”
IE ignores this and still uses UTF-8.
The problem is that the font in input fields with UTF-8 is wider than the Western font (Arial is specified but my understanding is that IE ignores font-face tags). This almost doubles the size of my size 2 fields.
I can display the form correctly by manually changing encoding to Western. Is there a way to:
-
force IE to use Western or
-
reduce the font width