<p style="margin:0;padding:0;" align="left">Hi,<br /><br />I hope you could help me to investigate and resolve my windbus problem.<br />I'm using windbus since a few time on win32 api but I'm encountering a problem<br />with the characters including accents like &eacute;,&egrave;,&ecirc; et &iacute;. I've read in the d-bus protocol<br />that messages must only contain the ASCII characters                 &quot;[A-Z][a-z][0-9]_&quot;<br />In my application, I have a message constituted of a path and because I'm working on a czech<br />OS this one have some special character with accent. And testing d-bus i'have seen that any accents <br />occurs errors. So, I hope you could help about my problem. I have severals questions:<br />How can I procced to resolve this problem if it's possible?<br />Do a patch exists to correct this?<br /><br />The following code generates an error when the invoke_method is called.<br />This is caused by the &quot;&iacute;&quot; character in the word &quot;aplikac&iacute;&quot;. When i replace it<br />by &quot;i&quot; the problem disappears.&nbsp;  <br /><br /><br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; value  = &quot;C:\Documents and Settings\user\Data aplikac&iacute;\&quot;;<br />&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ::DBus::CallMessage call;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ::DBus::MessageIter wi = call.writer();<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wi &lt;&lt; value;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; call.member(&quot;SetOSCurrentUserConfigDir&quot;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ::DBus::Message ret = invoke_method(call);<br /><br /><br />Thanks you in advance for your help and for&nbsp; the work you've made on d-bus. <br />I hope I could use windbus for my application soon.<br /><br />S&eacute;bastien <br />&nbsp;&nbsp;&nbsp; <br /> </p>