Page 1 of 1

charset setting for an include file (.inc)

Posted: Mon Feb 14, 2005 11:22 pm
by a2ztranslate
ok, i am no php programmer., we have a client's site that is built in php, using .inc files within a frame. we set the language tag (html lang = ja) and charset in the frame (UTF8), but the browser is unable to map the charset to the include files that hold the body content. should i repeat the same charset in the .inc file? seems strange to me to have to do this?

Posted: Mon Feb 14, 2005 11:25 pm
by feyd
how are these include files included? Maybe post some code.