RoutineX
02-21-2007, 09:24 PM
I added an if condition in the headinclude template to use the utf-8 charset if the page was a vBadvanced page (see below). When checking the html source I can see that the code works, and it uses utf-8 as charset in <head>, but it still doesn't show Japanese characters.
<if condition="THIS_SCRIPT == 'adv_index'">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<else />
<meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" />
</if>
Any suggestions?
<if condition="THIS_SCRIPT == 'adv_index'">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<else />
<meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" />
</if>
Any suggestions?