Bug #16803
closed
Call to undefined function: mb_internal_encoding() in tx_rtehtmlarea_pi1
Added by Nikolas Hagelstein almost 18 years ago.
Updated about 6 years ago.
Description
htmlarea relys on mbstring which is not obligatory build into php.
(issue imported from #M4686)
Files
I have attached a patch which uses the simple str_* functions instead of mb_*
However we first need to clarify whether this will still work flawlessy...
Attached patch removes dependency on mbstring. replaces mb_* operations with preg_*.
Committed to SVN TYPO3core trunk revision 3982.
Follow-up patch adds u modifier to preg_* operations when the encoding is utf-8.
Also spell checker is removed when encoding is neither iso-8859-1 nor utf-8, because the spell checking script uses PHP xml parser which accepts only iso-8859-1 or uft-8 input.
Committed to TYPO3core trunk revision 4001.
- Status changed from Resolved to Closed
Also available in: Atom
PDF