Sie befinden sich hier: Typo3 >  Typo3 Codeschnipsel >  Konfiguration > Doctype

Doctype & UTF-8

Stellt den Doctype auf XHTML 1.0 Transitional und den Zeichensatz auf UTF-8.

  1. config {
  2. xhtml_cleaning = all
  3. doctype = xhtml_trans
  4. xhtmlDoctype = xhtml_trans
  5. xmlprologue = none
  6. metaCharset = utf-8
  7. additionalHeaders = Content-Type:text/html;charset=utf-8
  8. }

Startseite  │ Sitemap │ Impressum