<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br></div>Unicode (Python Type) is for process text, but for input/output, that<br>

text will need to be encoded as a string, and for that you will need a<br>
code charset. Now it's the time to ask: Must we get all the translated<br>
strings as Unicode and encode them as utf-8? I think there are too few<br>
cases when an activity gets translated strings and needs to work<br>
directly with unicode. </blockquote><div><br></div><div>Probably because you do not speak chinese or any other asian language.... :)</div><div><br></div><div>All our translations are already encoded as utf-8 </div><div><br>
</div><div>I tested it:</div><div><br></div><div>In my honey directory, with all the activities included by default in OLPC image:</div><div><br></div><div><div>[gonzalo@nautilus honey]$ grep charset */*/po/*.po | wc</div>
<div>   4118   12354  293287</div><div><br></div><div>[gonzalo@nautilus honey]$ grep charset */*/po/*.po | grep -i "utf-8" | wc</div><div>   4118   12354  293287</div></div><div><br></div><div>Linux is encoding by default as UTF-8 by years now.</div>
<div><br></div><div>Gonzalo</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Maybe I also need to get informed, this is the<br>
good part of use a mailing list, we all know different things.<br>
<br>
Regards.<br>
~danielf<br>
</blockquote></div><br>