Project

General

Profile

Actions

Bug #16177

closed

wrong charset in spell checker pop-up

Added by Niels Vornholt almost 18 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2006-05-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

i noticed that the spell checker-ui doesn´t care about the charset typo3 is running at. the text-frame in the spell checker pop-up always outputs ISO-8859-15, even if the backend runs at utf-8. as a result, i.e. german umlauts are broken and the spell checks does not work properly.
quick and dirty hack to fix this:
open the file htmlarea/plugins/SpellChecker/spell-check-logic.php and put the following line
header('Content-type: text/html; charset='.$TYPO3_CONF_VARS["BE"]["forceCharset"]);

before the spell checker gets initiated.

detected in plugin version 1.3.7 on typo3 4.0
(issue imported from #M3546)


Files

Actions

Also available in: Atom PDF