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.