diff -ru typo3_src-4.1.2/typo3/sysext/cms/layout/class.tx_cms_layout.php typo3_src-4.1.2_patch/typo3/sysext/cms/layout/class.tx_cms_layout.php --- typo3_src-4.1.2/typo3/sysext/cms/layout/class.tx_cms_layout.php 2007-07-16 03:31:28.000000000 +0400 +++ typo3_src-4.1.2_patch/typo3/sysext/cms/layout/class.tx_cms_layout.php 2008-10-07 20:40:45.000000000 +0400 @@ -1468,7 +1468,7 @@ // Create header row: $out = ' -
'.htmlspecialchars(strtoupper($colName)).'
+
'.htmlspecialchars(t3lib_cs::conv_case($GLOBALS['LANG']->charSet,$colName,'toUpper')).'
'; // Create command links: