Page 1 of 1

Export Charset

Posted: Tue Apr 04, 2006 12:38 am
by cychia
how can I export HTML with a specific encoded charset? for example: GB2312

Posted: Tue Apr 04, 2006 7:20 pm
by Sergey Tkachenko
Set RVStyle.TextStyles[0].Charset = GB2312_CHARSET
This charset (of the 0-th text style) will be written in the HTML header.