UNICODE data in non-UNICODE app... |
Post Reply |
Author | |
ddlittle
Senior Member Joined: 19 February 2004 Location: United States Status: Offline Points: 132 |
Post Options
Thanks(0)
Posted: 02 December 2009 at 2:40pm |
I have some UTF-16 data that I want to display in my CXTPReportControl, but CXTPReportRecordItemText()'s constructor only uses LPCTSTR, which is a char* without _UNICODE defined. It's impossible to redo the whole app as UNICODE. Is there any solution? For now, I'm converting the code to UTF-8, but I'm hoping that's temporary. Code that follows converts to UTF-8:
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |