I want to insert a turkish name into my TYPO3 RichText-Editor (RTE, sysExt. rtehtmlarea
), for example: "Özoğuz". The special letter "ğ" is here my problem, I've only see a question mark, after saving my text content element (s. pictures).
My charset is UTF-8
(setup.ts) and the database is also utf-8
config.metaCharset = utf-8
I also tried to insert ğ
instead of "ğ" at code view (<>), but I've got the error, see second picture.
- Maybe the turkish language needs ISO 8859-9 (Latin-5)? How can I allow turkish at my german TYPO3 Website?
Backend:
Frontend: