<br><div class="gmail_quote">2009/2/19 Juan Lang <span dir="ltr">&lt;<a href="mailto:juan.lang@gmail.com">juan.lang@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Ricardo,<br>
<br>
+ &nbsp; &nbsp;DialogTitleW = MultiByteToUnicode(DialogTitle, CP_UTF8);<br>
You should be using CP_ACP here, not CP_UTF8. &nbsp;Same applies to<br>
remaining character conversions. &nbsp;In fact, you could use strdupAtoW<br>
instead.<br>
<font color="#888888">--Juan<br>
<br>
</font></blockquote><div>that is something i should have asked... i assumed using UTF8 would be &quot;safer&quot; for the resources, since they can be in utf8 required languages...<br><br>i&#39;ll take this and your other suggestions into account and resend the patches tomorrow. i just tried to split the patches as much as possible maintaining &quot;buildability&quot; between patches.<br>
<br>thank you. <br></div></div>