Hi,

I'm running trunk version and I get this trace when adding accentued
(é) caracters in a translation string:

Traceback (most recent call last):
  File "C:\Documents and Settings\m_desfresnes\Mes documents\web2py-svn
\gluon\restricted.py", line 102, in restricted
    exec ccode in environment
  File "C:\Documents and Settings\m_desfresnes\Mes documents\web2py-svn
\applications\mychoonz/views/default/upload.html", line 14, in
<module>
  File "C:\Documents and Settings\m_desfresnes\Mes documents\web2py-svn
\gluon\globals.py", line 88, in write
    self.body.write(xmlescape(data))
  File "C:\Documents and Settings\m_desfresnes\Mes documents\web2py-svn
\gluon\html.py", line 94, in xmlescape
    return data.xml()
  File "C:\Documents and Settings\m_desfresnes\Mes documents\web2py-svn
\gluon\languages.py", line 69, in xml
    return cgi.escape(str(self))
  File "C:\Documents and Settings\m_desfresnes\Mes documents\web2py-svn
\gluon\languages.py", line 66, in __str__
    return self.T.translate(self.m,self.s)
  File "C:\Documents and Settings\m_desfresnes\Mes documents\web2py-svn
\gluon\languages.py", line 130, in translate
    return mt % symbols
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position
13: ordinal not in range(128)

Any idea ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to