LOB Editor - unicode

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
Dietmar Elsässer
Posts: 4
Joined: Mon 05 Jan 2009 13:11

LOB Editor - unicode

Post by Dietmar Elsässer » Mon 05 Jan 2009 13:51

Is LOB Editor not unicode ready?

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Thu 08 Jan 2009 08:40

We discovered a problem with displaying data in few languages. We are investigating the problem right now.

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Fri 16 Jan 2009 07:36

We have resolved the problem. The new build is on site.

Dietmar Elsässer
Posts: 4
Joined: Mon 05 Jan 2009 13:11

Post by Dietmar Elsässer » Tue 24 Feb 2009 17:41

No, LOB is not ready in 3.10.255.

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Wed 25 Feb 2009 10:21

Well, this might be another problem :(
Then we need detailed information about the issue:
* how the problem looks (in terms of UI)?
* step by step sequence of actions reproducing the problem
* what languages are not supported?

Dietmar Elsässer
Posts: 4
Joined: Mon 05 Jan 2009 13:11

demo

Post by Dietmar Elsässer » Fri 27 Feb 2009 19:00

Tested in Version 3.10.227

CREATE TABLE test.russian(
id INT (11) NOT NULL AUTO_INCREMENT,
`text` LONGTEXT DEFAULT NULL,
PRIMARY KEY (id)
)
ENGINE = INNODB
AUTO_INCREMENT = 2
CHARACTER SET utf8
COLLATE utf8_unicode_ci;
insert into test.russian (text) values("Подкладные шайбы MÜPRO с большим наружным диаметром, оцинкованные");

Deplay in LOB Editor = "?????????? ????? MÜPRO ? ??????? ???????? ?????????, ????????????"

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Mon 30 Mar 2009 14:41

We'll work over this problem.

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Wed 01 Apr 2009 14:37

The problem is fixed in version 3.50 (beta).
Download it here http://www.devart.com/dbforge/mysql/stu ... 50beta.exe

Dietmar Elsässer
Posts: 4
Joined: Mon 05 Jan 2009 13:11

Post by Dietmar Elsässer » Wed 01 Apr 2009 16:38

It works

Post Reply