Bug #38653
closedRTE: Words containing special characters not added to personal dictionary
Added by Gerhard Rupp over 12 years ago. Updated about 7 years ago.
100%
Description
Words containing special characters (f. e. German umlauts) can´t be added to the user´s personal dictionary.
Updated by Stanislas Rolland over 12 years ago
- Category set to RTE (rtehtmlarea + ckeditor)
Updated by Stanislas Rolland over 12 years ago
- Status changed from New to Needs Feedback
- Assignee set to Stanislas Rolland
Is the TYPO3 backend utf-8-encoded?
Updated by Gerhard Rupp over 12 years ago
Yes, it is.
I found a similar bug report at http://lists.typo3.org/pipermail/typo3-project-rte/2012-January/002322.html
Maybe this could help.
Updated by Gerhard Rupp over 12 years ago
Are you sure that fwrite is capable of writing utf-8 without encoding?
Updated by Stanislas Rolland over 12 years ago
Gerhard Rupp wrote:
Are you sure that fwrite is capable of writing utf-8 without encoding?
Well, the word is correctly written in the temp file.
Updated by Stanislas Rolland over 12 years ago
Gerhard Rupp wrote:
Yes, it is.
I found a similar bug report at http://lists.typo3.org/pipermail/typo3-project-rte/2012-January/002322.htmlMaybe this could help.
This will not work in the general case.
Updated by Stanislas Rolland over 12 years ago
In think that the problem is that Aspell expects the word to be in the same charset as the dictionary being used. I am trying to find how to know in what charset the dictionary is encoded.
Updated by Stanislas Rolland over 12 years ago
- Subject changed from Words containing special characters can´t be added to personal dictionary to RTE: Words containing special characters not added to personal dictionary
Updated by Gerrit Code Review over 12 years ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12679
Updated by Stanislas Rolland over 12 years ago
This is now fixed in master.
I think this is an Aspell issue. Here is the work around:
- before submitting additions to the personal word list or to the personal replacement pairs, access the main dictionary currently in use and retrieve the encoding specified in the file;
- convert the additions to the personal word list or to the personal replacement pairs to the encoding of the main dictionary.
The above will work only if the personal dictionaries are utf-8-encoded. Therefore, before submitting any request to Aspell, read the personal dictionary files and ensure that the encoding option is set to utf-8. If not, set the option to utf-8 and update the files.
Now need to backport to the stable releases.
Updated by Stanislas Rolland over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 31bef4e339f9813165776defc659d523b3c08103.
Updated by Stanislas Rolland over 12 years ago
- Status changed from Resolved to Accepted
- Target version set to 4.5.18
Updated by Gerrit Code Review over 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/12680
Updated by Stanislas Rolland over 12 years ago
Please test this change on TYPO3 4.5: http://review.typo3.org/12680
Updated by Gerhard Rupp over 12 years ago
I can confirm that this patch works on a windows server on TYPO3 4.5.17.
Updated by Stanislas Rolland over 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset fe5b5a1e36fe850d3e20f654c3f303a376075f8c.
Updated by Gerhard Rupp over 12 years ago
This patch seems not to be included in TYPO3 4.5.18.
Updated by Stanislas Rolland about 12 years ago
- Status changed from Resolved to Under Review
- Target version changed from 4.5.18 to 4.5.20
Updated by Stanislas Rolland about 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset 04067c66ae95ad8df434313fc133485002fcd44c.
Updated by Gerrit Code Review about 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/15466
Updated by Gerrit Code Review about 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/15467
Updated by Stanislas Rolland about 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset d39dbde67d4e6cc54a1f50fe72ca7996aa547966.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed