charset labeling
list Keio Oyama
Hi, Is it possible to insert the following meta tag in the html header automatically? <META http-equiv="Content-Type" content="text/html;CHARSET=UTF-8"> In my bb-hosts, I have some COMMENT tags in Japanese. So, that would be useful for the browsers whose default charset is set to euc_jp or something (not utf-8). Thanks, keio
list Thomas Pedersen
in the web directory you will find bb_header and bb2_header where you can place this info
▸
Keio Oyama wrote:
Hi, Is it possible to insert the following meta tag in the html header automatically? <META http-equiv="Content-Type" content="text/html;CHARSET=UTF-8"> In my bb-hosts, I have some COMMENT tags in Japanese. So, that would be useful for the browsers whose default charset is set to euc_jp or something (not utf-8). Thanks, keio
list Henrik Størner
"META" tags are ugly .... I've added a setting in the Hobbit web modules, so you can define this as HTMLCONTENTTYPE in hobbitserver.cfg. It defaults to "text/html", but you can obviously change to to suit your local needs. It's committed to the source code now, so it will be in the final 4.2 release (and tomorrows snapshot). Regards, Henrik
▸
On Wed, Apr 05, 2006 at 10:19:59AM +0200, Thomas wrote:in the web directory you will find bb_header and bb2_header where you can place this info Keio Oyama wrote:Hi, Is it possible to insert the following meta tag in the html header automatically? <META http-equiv="Content-Type" content="text/html;CHARSET=UTF-8"> In my bb-hosts, I have some COMMENT tags in Japanese. So, that would be useful for the browsers whose default charset is set to euc_jp or something (not utf-8). Thanks, keio
--
Henrik Storner
list Frédéric Mangeant
▸
Henrik Stoerner a écrit :
[...] It's committed to the source code now, so it will be in the final 4.2 release (and tomorrows snapshot).
Hi Henrik do you have a roadmap for the 4.2 release ? Regards, -- Frédéric Mangeant Steria EDC Sophia-Antipolis
list Henrik Størner
On Wed, Apr 05, 2006 at 10:31:44AM +0200, Fr?d?ric Mangeant wrote:
Henrik Stoerner a ?crit :
▸
[...] It's committed to the source code now, so it will be in the final 4.2 release (and tomorrows snapshot).do you have a roadmap for the 4.2 release ?
The first alfa-release went out last night, so ... Henrik
list Keio Oyama
▸
user-ce4a2c883f75@xymon.invalid (Henrik Stoerner) wrote:
I've added a setting in the Hobbit web modules, so you can define this as HTMLCONTENTTYPE in hobbitserver.cfg. It defaults to "text/html", but you can obviously change to to suit your local needs.
Thanks a lot!! Keio