[TYPO3-core] RFC: Bug 4814: Umlauts error in AJAX Pagetree (4.1beta3)

Ingmar Schlecht ingmar at typo3.org
Thu Jan 25 17:31:59 CET 2007


Hi Olly,

+1, based on testing and reviewing of the code.

cheers
Ingmar

Ps.: For patches having a lot of indentation changes it'd be good to
have both a patch with and without whitespace changes for easier code
review.


Oliver Hader schrieb:
> This is a SVN patch request.
> 
> Problem:
> On expanding a subtree in the pagetree, special characters like umlauts
> are not displayed correctly due to a missing charset handling. The
> branch of a tree to be expanded is fetched using an AJAX call.
> 
> Solution:
> Add utf-8 encoding for the AJAX response using csConvObj->utf8_encode
> and integrate a fixed HTTP header.
> 
> Bugtracker reference:
> http://bugs.typo3.org/view.php?id=4814
> 
> Comments:
> This issue and its solution is similar to RFC for bug 4820 ("IRRE -
> Wrong character encoding in AJAX response").
> In the attached patch furthermore some parts were disabled, that are not
> necessarry for AJAX calls (e.g. instantiate 'template' in $this->doc).
> 
> Branch:
> Trunk
> 
> olly


More information about the TYPO3-team-core mailing list