[TYPO3-core] Usage of mb_* functions in the core (especially in rtehtmlarea)
Michael Stucki
michael at typo3.org
Tue Mar 14 14:50:47 CET 2006
Hi folks,
I noticed that rtehtmlarea often uses multibyte (mb_*) functions when
performing string operations.
The problem with that is that mb_* functions are not available on all systems,
therefore t3lib_cs should be used which acts as a wrapper for any charset
related stuff (which makes it possible to use a alternatives to the mb_*
functions).
Question: Do we have a rule for their usage? If not, I think this should be
added to the coding guidelines.
- michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20060314/01a39ad4/attachment.pgp
More information about the TYPO3-team-core
mailing list