[TYPO3-commerce] getSingleInputField "umlaut" bug

Cedric Spindler cs at cabag.ch
Tue Dec 2 14:54:31 CET 2008


Hello everyone

We found a bug in the method getSingleInputField of pi4.

We have a clean UTF8 installation, everything is UTF8 (DB, HTML 
defintition, content...) and working, but this function destroys the 
special chars with this line:

552: $value = addslashes(htmlentities($fieldValue));

We tried:

552: $value = addslashes(htmlentities($fieldValue, ENT_COMPAT,'UTF8'));

but it didn't help.

There is a patch at forge.typo3.org:
http://forge.typo3.org/issues/show/1939


More information about the TYPO3-project-commerce mailing list