<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Nov 21, 2014 at 1:46 PM, Nikos Alexandris <span dir="ltr"><<a href="mailto:nik@nikosalexandris.net" target="_blank">nik@nikosalexandris.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So, it's bad idea even trying to do this (and thinking that everyone is going to read it)? Best practice to avoid such situations alltogether and respect the cross-platform principle?</blockquote></div><br></div><div class="gmail_extra">It seems safer to me to print unicode characters using Python only and not use g.message because for g.message you have to pass the characters to another command. However, GRASS module message should go through g.message. You should at least use stderr rather then stdout because stdout is in GRASS reserved for the actual output of the modules.<br><br></div><div class="gmail_extra">Vaclav<br></div></div>