Bug #29685
closedSpellchecker is not able to add words with german umlauts to personal dictionary
Added by Webadmin no-lastname-given about 13 years ago. Updated about 7 years ago.
100%
Description
The spellchecker in the RTE is not able to add words with chars like äüö to the personal dictonary. The added word is not known in the next validation.
Other words with ASCI chars work fine.
Files
class.tx_rtehtmlarea_pi1.php (21.9 KB) class.tx_rtehtmlarea_pi1.php | Stanislas Rolland, 2012-10-17 23:18 |
Updated by Stanislas Rolland over 12 years ago
Please test this change on TYPO3 4.5: http://review.typo3.org/12680
Updated by Webadmin no-lastname-given over 12 years ago
We replaced the file from Typo3 4.5 with the new one, but now it is not possible to add any word. Also only ASCI chars will not work.
Updated by Stanislas Rolland over 12 years ago
- File class.tx_rtehtmlarea_pi1.php added
Webadmin wrote:
We replaced the file from Typo3 4.5 with the new one, but now it is not possible to add any word. Also only ASCI chars will not work.
Strange. It worked for http://forge.typo3.org/issues/38653
Is your backend utf-8-encoded?
Are you sure the change is correctly applied?
I uploaded copy of the script (class.tx_rtehtmlarea_pi1) with patch already applied. Please re-test with this script.
Updated by Webadmin no-lastname-given over 12 years ago
Thank you very much, but it still does not work. We testes it on two standard debian 6.0 servers. At the moment we upload the attached file, adding words to the dictionary is not possible anymore.
Updated by Stanislas Rolland about 12 years ago
Please re-test this issue with TYPO3 4.5.20.
Updated by Webadmin no-lastname-given about 12 years ago
Just tested Typo3 4.5.20: Now it is completly impossible to add some word to the dictionary :(
My UserTS:
options {
RTESmallWidth = 700
RTESmallHeight = 500
enablePersonalDicts = 1
}
My PageTS:
buttons.spellcheck {
dictionaries.restrictToItems = de_DE-neu
enablePersonalDictionaries = 1
}
Is there anything missing?
Updated by Stanislas Rolland about 12 years ago
Is the backend utf-8-encoded?
Is safe_mode enabled?
Updated by Stanislas Rolland about 12 years ago
- File deleted (
class.tx_rtehtmlarea_pi1.php)
Updated by Stanislas Rolland about 12 years ago
- File class.tx_rtehtmlarea_pi1.php added
Please test with uploaded copy of script typo3/sysext/rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.
If the test fails, please report any error written to syslog.
Updated by Stanislas Rolland about 12 years ago
- Status changed from New to Needs Feedback
- Assignee set to Stanislas Rolland
- Target version set to 4.5.21
Updated by Stanislas Rolland about 12 years ago
The script looks for dictionary file de_DE-neu.dat which does not exist. It should rather look for de.dat.
Updated by Stanislas Rolland about 12 years ago
Stanislas Rolland wrote:
Please test with uploaded copy of script typo3/sysext/rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.
If the test fails, please report any error written to syslog.
Uploading new version of this file.
Updated by Stanislas Rolland about 12 years ago
- File deleted (
class.tx_rtehtmlarea_pi1.php)
Updated by Webadmin no-lastname-given about 12 years ago
Great! The attached file works as expected. Also with umlauts.
Updated by Stanislas Rolland about 12 years ago
- Status changed from Needs Feedback to Resolved
- % Done changed from 0 to 100
Applied in changeset 9d621aaaa584648cd1cb60c1a6e70525c08eb64f.
Updated by Stanislas Rolland about 12 years ago
- Status changed from Resolved to Under Review
Updated by Stanislas Rolland about 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset f8fc3998cb02cfe87683e38389b5a2229406bfbe.
Updated by Stanislas Rolland about 12 years ago
- Status changed from Resolved to Under Review
Updated by Stanislas Rolland about 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset c89bc37ff5d64dacf13efd51f6df1e5426b5dff2.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed