Xymon Mailing List Archive search

charset labeling

6 messages in this thread

list Keio Oyama · Wed, 05 Apr 2006 16:18:00 +0900 ·
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 · Wed, 05 Apr 2006 10:19:59 +0200 ·
in the web directory you will find bb_header and bb2_header where you 
can place this info
quoted from Keio Oyama

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 · Wed, 5 Apr 2006 10:26:27 +0200 ·
"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
quoted from Thomas Pedersen

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 · Wed, 05 Apr 2006 10:31:44 +0200 ·
quoted from Henrik Størner
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 · Wed, 5 Apr 2006 14:15:07 +0200 ·
On Wed, Apr 05, 2006 at 10:31:44AM +0200, Fr?d?ric Mangeant wrote:
Henrik Stoerner a ?crit :
quoted from Frédéric Mangeant
[...]

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 · Thu, 06 Apr 2006 10:30:43 +0900 ·
quoted from Henrik Størner
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