Error showing unicode strings (Chinese) in Headers URGENT!!!
Posted: Thu Jul 19, 2007 9:33 am
Hi,
I´m trying to show chinese strings in chart Headers and i only obtain question marks.
Example:
CString strTitle1 = _T("산자");
COleVariant varTitle1(strTitle1);
m_Chart1.GetHeader().GetText().Add(varTitle1);
The result is the next string:
??
I'm already using TeeChartAX7MultiLangUnicode.
This problem doesn't appear in Legends or axis titles.
I hope you can find a solution.
I´m trying to show chinese strings in chart Headers and i only obtain question marks.
Example:
CString strTitle1 = _T("산자");
COleVariant varTitle1(strTitle1);
m_Chart1.GetHeader().GetText().Add(varTitle1);
The result is the next string:
??
I'm already using TeeChartAX7MultiLangUnicode.
This problem doesn't appear in Legends or axis titles.
I hope you can find a solution.