[TASK] Change various functions to use utf-8 by default
Many functions in TYPO3core expect a character set parameter to be defined. Their default was iso-8859-1 in the past and is changed to utf-8 now. Change-Id: I9c228821e95167b67811c8475880707d5c77bdb7 Resolves: #34094 Releases: 4.7 Reviewed-on: http://review.typo3.org/9101 Reviewed-by: Michael Stucki Tested-by: Michael Stucki
Showing
- t3lib/class.t3lib_cs.php 21 additions, 15 deletionst3lib/class.t3lib_cs.php
- t3lib/class.t3lib_div.php 5 additions, 5 deletionst3lib/class.t3lib_div.php
- t3lib/l10n/parser/class.t3lib_l10n_parser_llphp.php 3 additions, 3 deletionst3lib/l10n/parser/class.t3lib_l10n_parser_llphp.php
- tests/t3lib/class.t3lib_pagerendererTest.php 1 addition, 1 deletiontests/t3lib/class.t3lib_pagerendererTest.php
- typo3/sysext/cms/tslib/class.tslib_fe.php 2 additions, 2 deletionstypo3/sysext/cms/tslib/class.tslib_fe.php
- typo3/sysext/impexp/class.tx_impexp.php 1 addition, 1 deletiontypo3/sysext/impexp/class.tx_impexp.php
- typo3/sysext/indexed_search/class.external_parser.php 3 additions, 2 deletionstypo3/sysext/indexed_search/class.external_parser.php
- typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php 1 addition, 1 deletiontypo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php
- typo3/sysext/rtehtmlarea/mod3/class.tx_rtehtmlarea_browse_links.php 1 addition, 1 deletion...xt/rtehtmlarea/mod3/class.tx_rtehtmlarea_browse_links.php
- typo3/sysext/rtehtmlarea/mod6/class.tx_rtehtmlarea_parse_html.php 1 addition, 1 deletion...sext/rtehtmlarea/mod6/class.tx_rtehtmlarea_parse_html.php
- typo3/sysext/rtehtmlarea/pi2/class.tx_rtehtmlarea_pi2.php 1 addition, 1 deletiontypo3/sysext/rtehtmlarea/pi2/class.tx_rtehtmlarea_pi2.php
- typo3/sysext/t3editor/res/tsref/tsref.xml 1 addition, 1 deletiontypo3/sysext/t3editor/res/tsref/tsref.xml
- typo3/template.php 1 addition, 1 deletiontypo3/template.php
Please register or sign in to comment