<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2018-02-01 13:19 GMT-05:00 Francis <span dir="ltr">&lt;<a href="mailto:francisd@gmail.com" target="_blank">francisd@gmail.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div>Hello,</div><div><br></div><div>I just installed the new zendto v5. Thank you for the great work. The translations are very welcomed!</div><div><br></div><div>I found that mails sent in french don&#39;t show accents (it shows question mark instead). Even if I have &#39;UTF-8&#39; set in preferences.php for the SMTPcharset variable, zendto send the mail as us-ascii. </div><div><br></div><div><br></div></div></div></blockquote><div><br></div><div>I think I found the problem. </div><div><br></div><div>In lib/NSSDropbox.php, add this after line 136 (before the call lof bindtextdomain):<br>bind_textdomain_codeset(&#39;zendto&#39;, &#39;UTF-8&#39;);<br></div><div><br></div><div>Not sure if this is required, but I removed compiled template in /var/zendto/templates_c then I restarted Apache. Seem to work fine so far.</div><div><br></div><div>I&#39;m still unsure why this worked sometime... this is strange...</div><div><br></div><div>-- <br>Francis</div><div><br></div></div></div></div>