Page 1 of 1
LOB Editor - unicode
Posted: Mon 05 Jan 2009 13:51
by Dietmar Elsässer
Is LOB Editor not unicode ready?
Posted: Thu 08 Jan 2009 08:40
by Duke
We discovered a problem with displaying data in few languages. We are investigating the problem right now.
Posted: Fri 16 Jan 2009 07:36
by Duke
We have resolved the problem. The new build is on site.
Posted: Tue 24 Feb 2009 17:41
by Dietmar Elsässer
No, LOB is not ready in 3.10.255.
Posted: Wed 25 Feb 2009 10:21
by Duke
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?
demo
Posted: Fri 27 Feb 2009 19:00
by Dietmar Elsässer
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 ? ??????? ???????? ?????????, ????????????"
Posted: Mon 30 Mar 2009 14:41
by Duke
We'll work over this problem.
Posted: Wed 01 Apr 2009 14:37
by Duke
The problem is fixed in version 3.50 (beta).
Download it here
http://www.devart.com/dbforge/mysql/stu ... 50beta.exe
Posted: Wed 01 Apr 2009 16:38
by Dietmar Elsässer
It works