[utf8vcl-general] [utf8vcl - General] RE: Loading from DFM resource
Status: Alpha
Brought to you by:
bluelive
From: SourceForge.net <no...@so...> - 2007-03-18 14:09:28
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4213212 By: kryvich Of course, I have set code page to 65001, but... TReader.ReadString converts a UTF8 string to ANSI when load it from a DFM resource. After that the message EM_REPLACESEL is generated, and procedure MessageU2WBefore tries to convert the same string from a UTF8 format to a Wide format. But this string is in format ANSI already! ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=671785 |