CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Feature #32879

Encoding isue

Added by Daniel Koch over 1 year ago. Updated over 1 year ago.

Status:Resolved Start date:2011-12-29
Priority:Must have Due date:
Assignee:Juergen Furrer % Done:

100%

Category:- Spent time: 1.00 hour
Target version:- Estimated time:1.00 hour
Votes: 0

Description

I get a strage error, when triggering the 404 error page. The encoding of the page seems to be broken and "Sonderzeichen/Umlaute" are displayed incorrect.

Example:
http://www.koch-metz.de/asdf/

Do you have any idea what is wrong?

T3X_error_404_multilingual-0_3_1-dev.t3x (24 kB) Juergen Furrer, 2011-12-29 22:34

History

Updated by Juergen Furrer over 1 year ago

  • Status changed from New to Needs Feedback
  • Assignee set to Daniel Koch

Have you activated curlUse in the install-tool?

Updated by Daniel Koch over 1 year ago

Yes:
[SYS][curlUse] = 1

Updated by Juergen Furrer over 1 year ago

Try this patched version, it has an additional key to define what conversion to use
your configuration should look like this:
$TYPO3_CONF_VARS['EXTCONF']['error_404_multilingual'] = array(
'_DEFAULT' => array(
'errorPage' => '404',
'redirects' => array(),
'mail' => '',
'mailOnRedirect' => false,
'mailOn404' => true,

  1. This is new # define the conversion to use on the 404-page (none, utf8_decode, utf8_encode)
    'stringConversion' => 'utf8_decode',
  2. This was new ;)
    ),
    );

Updated by Daniel Koch over 1 year ago

It works!

Great Extension, great support!

Updated by Juergen Furrer over 1 year ago

  • Tracker changed from Bug to Feature
  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF