Unicode RTF text in RichEdit

前端 未结 3 1524
孤独总比滥情好
孤独总比滥情好 2020-12-15 11:40

I\'m having trouble getting a RichEdit control to display unicode RTF text. My application is Unicode, so all strings are wchar_t strings.
If I create the control as \"R

3条回答
  •  情歌与酒
    2020-12-15 12:28

    RTF is ASCII, any charactor out of ASCII would be encoded using escape sequence. RTF 1.9.1 specification (March 2008)

提交回复
热议问题