A problem with Chinese in GetItemTag
Posted: Fri Aug 17, 2012 6:56 am
DELPHI XE
1:
2:then i SaveRVFToStream
3:then i LoadRVFFromStream
4:
but then the tag unequal
it only show {"ChineseName":"月"
please help me !![/code]
1:
Code: Select all
edit1.Text:='{"ChineseName":"月","Type":"数据字段","KEYID":"BMoth","MutiSelect":"FALSE","BZ":"、"}'
ActiveEditor.RichViewEdit.InsertStringTag('测试',edit1.Text);
3:then i LoadRVFFromStream
4:
Code: Select all
ActiveEditor.RichViewEdit.GetItemTag(itemno)
it only show {"ChineseName":"月"
please help me !![/code]