Actions
Bug #17300
closedCE Mailform (FE) -> bad characters in JS alert (required fields)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2007-05-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After submitting mailform on FE, there is a JS alert window, when reguired fileds are missing. But using languages like SK, CZ, HU etc. (central europe) makes a problem wit correct diplaying of characters in labels of reguired fields. See screenshot pls.
Typo3: version 4.1.1 (but this problem exists since I use Typo3)
DB: MySQL 4.1.20
MySQL charset: UTF-8 Unicode (utf8)
MySQL connection collation: utf8_unicode_ci
localconf.php: $TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8'.chr(10).'SET CHARACTER_SET utf8';
I am not sure, but it is probably cause of "rawurlencode" in typo3/sysext/cms/tslib/class.tslib_content.php / line 1930 etc.
(issue imported from #M5615)
Files
Actions