[Typo3] RTE problem

Kraft Bernhard kraftb at kraftb.at
Fri Apr 29 01:54:14 CEST 2005


Hallo,

I have my new version of the Content Table extension almost finished. There
are just a few littel flaws with the RTE Mode.

I have one RTE (currently only rtehtmlarea is supported and standard rte is on the way)
field which lays in a display:none; <div>.

When the hidden form gets made visible the content of the RTE gets filled with the contens
of a hidden input field. The content gets unescape(...)'th first because i have to store it
that way in the input field (no tags allowed)

when the content gets saved back it gets escaped.

I know there are some strange behaviours with escape and unescape and rawurlencode when utf-8
is used.

But i have even a problem with iso-8859-1 on a box. I made a mysqldump and a tar gz of the dummy
dir and copied all over to another box.

On All boxes it works except that last one. There everything is stored in utf-8 entities in the
db and shown on the page but the <meta charset> is printed out with 8859-1

When I switch to utf-8 in the browser it works also on this box.


Could someone point me to a directoin how I should handle charsets and with JS and hidden input
fields ?

greets,
Bernhard



More information about the TYPO3-english mailing list