On Sat, Jan 28, 2012 at 3:46 AM, Viktor Ransmayr <[email protected]> wrote:
> I do not know if this helps you in this issue - or - distracts you from your > current work on improving the key handling of Leo. - I'm sending you this > traceback in the hope that it helps ... > File "D:\Branches\leo-editor\leo\core\leoRst.py", line 1749, in > write_files > f.write(s) > File "C:\Python32\lib\encodings\cp1252.py", line 19, in encode > return codecs.charmap_encode(input,self.errors,encoding_table)[0] > UnicodeEncodeError: 'charmap' codec can't encode character '\u0142' in > position > 19816: character maps to <undefined> Thanks for this report. This is a "garden variety" unicode error, having nothing to do with Leo's key handling. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
