This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] Re: empty table cells


>>>>> Brian McGurk <brian@corvil.com>:

> Mozilla. But it also happens with Opera. One strange thing is that I
> don't have this problem if I point the browser at the file locally
> (file://home/...), only if I get it via http.

That's not so strange.

This only means that Mozilla and Opera are preferring the HTTP setting
of charset, over what they infer from the HTML, as they should (IE is
_so_ broken in not doing this).

The fix is to make the webserver set a charset of UTF-8 on these
pages.  What server are you using?  IIS?  Apache 1.3?  Apache 2?  If
the latter see
	http://httpd.apache.org/docs-2.0/mod/core.html#adddefaultcharset
for how to set it to utf-8 in an .htaccess file or a <Directory>
clause.

You could also try setting AddDefaultCharset to off, to see if that
makes apache pick up this info from the <meta> tag.


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]