On 22 Apr., 21:18, "Edward K. Ream" <[EMAIL PROTECTED]> wrote: > On Tue, Apr 22, 2008 at 11:55 AM, derwisch < > > [EMAIL PROTECTED]> wrote: > > > Dear all, > > I have the following line in a script: > > > outputFile.write(p.v.t.headString()) > Do p.headString() instead of p.v.t.headString()
Many thanks, that did it. There was some unicode problem left which I could address with the toEncodedString method. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
