[TYPO3-50-general] t3lib_div in FLOW3 missing?

Martin Kutschker martin.kutschker-n0spam at no5pam-blackbox.net
Mon Jul 7 22:17:59 CEST 2008


Karsten Dambekalns schrieb:
> Christoph Blömer <chbloemer at gmx.net> wrote:
> 
>> Martin Kutschker schrieb:
> 
>>>  Why is a t3lib class found in FLOW3? And I hope it isn't the one
> 
>>> Kasper  and me made a long time ago.
> 
> 
> 
> Yes, it is "your" t3lib_cs...
> 
> 
> 
>> But I think it's just a fallback and will be refactored soon ;-)
> 
> 
> 
> Our initial plan was to use native Unicode support with PHP6, but since 
> we had to step back from any expectations regarding the release of 
> PHP6, we switched back to what is the best available charset conversion 
> thingy available right now.

Does it make sense to anticipate the class/method names etc and mimick 
the API with PHP 5.x? The code works but it possibly could be revamped 
to use only mbstring or use a factory pattern (multiple implementations 
with mbstring, iconv and recode) instead of the endless engine-checks.

Masi


More information about the TYPO3-project-5_0-general mailing list