Project

General

Profile

Actions

Bug #18766

closed

locallang.xml charset convertion dont work for LOCAL_LANG['default']

Added by Clemens Menke over 16 years ago. Updated about 16 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2008-05-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

in class.t3lib_div.php
if (is_array($LOCAL_LANG['default'] && $targetCharset!='utf-8'))
will never be true
should look like this
if (is_array($LOCAL_LANG['default']) && $targetCharset!='utf-8')

(issue imported from #M8360)


Files

class.t3lib_div.php.diff (386 Bytes) class.t3lib_div.php.diff Administrator Admin, 2008-05-09 14:14
8360_diff.patch (1.19 KB) 8360_diff.patch Administrator Admin, 2008-05-12 13:30

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #20259: 0008360: locallang.xml charset convertion dont work for LOCAL_LANG['default']Closed2009-04-01

Actions
Actions #1

Updated by Dmitry Dulepov over 16 years ago

Please make pathes relative to TYPO3 root directory next time! :)

Actions #2

Updated by Steffen Kamper over 16 years ago

i did a new patch because this occurs 2 times.

Actions

Also available in: Atom PDF