Project

General

Profile

Actions

Bug #14853

closed

Japanese language extension does not work with UTF-8

Added by Jorgo S. over 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-07-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

On installing the Japanese language extension for the backend and switching to Japanese, there are several display problems when
$TYPO3_CONF_VARS["BE"]["forceCharset"] = 'utf-8'
is set.
Japanese language is only displayed correctly when this variable is not activated, i.e. when the page encoding is set to Shift_JIS.

MySQL 4.1.11
(issue imported from #M1270)


Files

bug_1270.diff (669 Bytes) bug_1270.diff Administrator Admin, 2006-02-06 21:34

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #14264: getUpdateJS: broken when using UTF-8 and IEClosedBernhard Kraft2004-08-05

Actions
Actions #1

Updated by Bernhard Kraft over 18 years ago

There are 3 known bugs in the FE with utf-8. All are somehow related to JavaScript. These are:

1. getUpdateJS: broken when using UTF-8 and IE
http://bugs.typo3.org/view.php?id=277

2. JSMENU broken when using UTF-8
http://bugs.typo3.org/view.php?id=1030

3. Editpanel confirm dialogs (del/hide) don't display umlauts/etc
http://bugs.typo3.org/view.php?id=1472

On all of those 3 bugs there is a patch named:
utf8_JS_2005-10-22.patch
attached. These patch should fix the mentioned 3 issues. If you have another problem please describe it exactly. If the patches work for you also report back so we know they work fine. Also report any problems you have with the patches.

Actions #2

Updated by Jorgo S. about 18 years ago

The issue persists in Typo3 4.0beta2.
The submenus on the left are misaligned (to the right, instead of to the left), which leads to the fact that only the symbols are visible. Headers (Web, Setup, etc.) are shown fine.
Menu items on brownish background are not in utf-8 and thus garbled.

Screenshot:
http://www.jps.com.es/japanese_interface.jpg

Update: Sorry, screenshot was posted to leecher-secure area :-)

Actions #3

Updated by Jorgo S. about 18 years ago

I am ashamed to confess that this particular problem seems to be related to a database problem.
I`ve tried with an empty 4.0beta2 database and the menu shows just fine there. I guess it must have something to do with tables that keep showing up in the database analyzer no matter how often I run compare.

Please close this topic.
If anybody feels generous enough to try and resolve the database compare problem with me, please drop me a line.

Actions #4

Updated by Bernhard Kraft about 18 years ago

From Changelog of T3 4.0.0 beta2 (meaning this will be integrated into 4.0.0 if no problems show up)

2006-01-18 Bernhard Kraft <>

Probably this also solved your problems.

Actions #5

Updated by Jorgo S. about 18 years ago

Update: Menu looks fine in IE, in Firefox it still looks like on the screenshot provided. However, even in IE, the text in the brownish boxes is garbled (wrong encoding).
I am not dismissing that there might be a conflict with some extension.

Actions #6

Updated by Bernhard Kraft about 18 years ago

My latest patch "bug_1270.diff" should fix the problem.

Just a single line at the correct place :)

I also fixes the charset issue in modules like the user setup module

greets,
Bernhard

Actions

Also available in: Atom PDF