Is it necessary to force this since it is the default in 7.x?
""

becomes

Comments

dcrocks’s picture

sorry should show

"meta http-equiv="Content-Type" content="text/html; charset=utf-8" "

becomes

"meta charset="utf-8"

grendzy’s picture

Status: Active » Closed (works as designed)

This is by design, while the encoding (utf-8) isn't changed, the format of this meta tag has been abbreviated in HTML5.

julien’s picture

spaceninja’s picture

I agree with you - however, this is really an issue for the core drupal team. Since the core template force UTF-8, I left that behavior intact in this theme, because our only aim was to convert the core markup to HTML5.