General TRichView support forum. Please post your questions here
-
cychia
- Posts: 104
- Joined: Mon Jan 16, 2006 1:52 am
Post
by cychia »
how can I export HTML with a specific encoded charset? for example: GB2312
-
Sergey Tkachenko
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
-
Contact:
Post
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.