<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.3">
<TITLE>RE: Python - problem with locales</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi David,<BR>
<BR>
To resolve locale, Python uses LC_ALL, LC_CTYPES, LANG and LANGUAGE in<BR>
this order. SDK3.3 sets LC_ALL=C giving (None,None) as result to<BR>
getdefaultlocale(). SDK2.2 and N800 leaves LC_ALL clean, then if you set<BR>
LANGUAGE everything goes fine. By now you can &quot;unset LC_ALL&quot; to resolve<BR>
this problem.<BR>
<BR>
Regards,<BR>
Luciano<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: maemo-developers-bounces@maemo.org on behalf of ext David Hautbois<BR>
Sent: Fri 05-Oct-07 17:33<BR>
To: maemo-developers@maemo.org<BR>
Subject: Python - problem with locales<BR>
<BR>
Hi<BR>
I have problems to display special characters in the python console<BR>
(With Scratchbox) :<BR>
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2014' in<BR>
position 54: ordinal not in range(128)<BR>
<BR>
I think this is because the following command :<BR>
locale.getdefaultlocale()<BR>
return<BR>
(None, None)<BR>
<BR>
I didn't have this issue with maemo 3.1 SDK.<BR>
<BR>
How to solve this issue ?<BR>
<BR>
Thanks<BR>
<BR>
David.<BR>
<BR>
--<BR>
<A HREF="http://david.hautbois.free.fr">http://david.hautbois.free.fr</A><BR>
<A HREF="http://slugplayer.free.fr">http://slugplayer.free.fr</A><BR>
<BR>
_______________________________________________<BR>
maemo-developers mailing list<BR>
maemo-developers@maemo.org<BR>
<A HREF="https://lists.maemo.org/mailman/listinfo/maemo-developers">https://lists.maemo.org/mailman/listinfo/maemo-developers</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>