Active
Project:
Japanese Mobile
Version:
6.x-1.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2010 at 06:31 UTC
Updated:
3 Dec 2012 at 23:57 UTC
"" is in code, so some mobile of Softbank(905SH Sharp, 813SH Sharp etc.) is displayed blank.
Comments
Comment #1
Joyce8989 commentedComment #2
Joyce8989 commented"" is in code. Some mobile of Softbank(905SH Sharp, 810SH Sharp etc.) is displayed blank.
Comment #3
jajathejazzcat commentedActually the meta tag is inserted by the drupal_final_markup function called in theme() in Drupal core. Unfortunately the core doesn't take into account the cases where the character encoding might not be in utf-8, and the function cannot be overridden. The only way to remove it is to comment out the line where the theme() calls drupal_final_markup. Doing so shouldn't be a problem since the content-type is already specified by header() function in jp_mobile.
Comment #4
becer commentedattaching the character gives error problem