Unicode error in title of Chart

(4 posts) (2 voices)

Tags:

No tags yet.

  1. spyhunter88, Member

    Hi,

    Let me example my situation. I use:
    SET @name = 'Cổ phần Thế giới di động thông minh';
    select 'dbr.title', @name;
    select 'dbr.chart', 'MSSpline', @name, 1000, 600;
    select 'dbr.text', @name;

    The Title and Text works good, but the chart is only 'C ph n Th gi i di đ ng thông minh'. The solution is use 'dbr.chart' with empty string.

    And maybe this occurs in all other type of chart.

  2. myDBR Team, Key Master

    Extended characters should be handled just fine. See example.

    What is the database system and driver you are using? Does the same happen in both png / svg charts (png chart is rendered in server, svg in client).

    --
    myDBR Team

  3. spyhunter88, Member

    Hi,

    I test both with exactly using SET @name and from Database, so I don't think this problem come from database, other text I used is fine.

    Set to svg format it works. Thanks.
    select 'dbr.chart.options','format','svg';

  4. myDBR Team, Key Master

    Sound like your server font configuration is not ok. When you use PNG charts, the chart (and the text) is generated in the server.

    --
    myDBR Team


Reply

You must log in to post.