From: Bishop B. <ph...@id...> - 2008-10-23 13:45:17
|
I have not applied this patch, but visually scanning the diff shows Hiroki's changes to be correct: meta content-type should always come right after <head>. However, the one change I would suggest is that instead of showing the content-type meta only when one is defined, the meta tag is always shown but a default charset is used when absent from configuration. Example: if (empty($cfg['charset'])) { $cfg['charset'] = 'UTF-8'; } printf( "<meta http-equiv='Content-Type' content='text/html; charset=%s' />\n", $cfg['charset'] ); Regards, bishop Quoting Hiroki Nose <no...@en...>: > hi all > > The following issue in the Japanese environment. > - A browser fails in the judgment of the character-code type > because there is <META> tag behind <TITLE> tag. > > The problem was fixed. > To send patches. > > > -- Bishop Bettini ideacode, Inc. (main) +1 919 341 5170 / (fax) +1 919 521 4100 Visit us on the web at: ideacode.com Professional software research and development reviewmysoftware.com Improve sales! Review your software before you release bytejar.com Solutions to those annoying development problems |