Thread: charset problem
View Single Post
Old December 7th, 2006, 08:08 AM   #5 (permalink)
seabiscuit
Junior Member
Verified Customer
 
Join Date: Dec 2006
Posts: 13
thank you for the reply chuck.

Unfortunately, my site stubbornly refuses to work with utf-8, utf8-bin or euc-jp. or several other japanese encodings.

However, i found out my site will work with shift_jis encoding by itself. The problem is, I want to integrate it with my vBulletin which uses euc-jp encoding.

So i was wondering if u would know a way integrate these two forums, and yet have different prompt to charsets.

Put simply, "Do you want to enable the vB3 Integration which uses your vB3 headers, footers and styles?" I want to choose "yes" to this question, but use different encoding from vBulletin.

<if condition="THIS_SCRIPT != 'photopost'"><meta http-equiv="Content-Type" content="text/html; charset=euc-jp" /></if>

<if condition="photopost"><meta http-equiv="Content-Type" content="text/html; charset=shift_jis" /></if>

something like this in the head template of vBulletin that will work. Obviously, i pulled the above code out of my butt, so it wont work, but maybe you can help me with a correct code?

Please help. Thanks in advance!

Last edited by seabiscuit; December 7th, 2006 at 08:15 AM.
seabiscuit is offline   Reply With Quote