Jump to content

gdzngl

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by gdzngl

  1. I was also getting the error:

     

    UnicodeEncodeError: 'ascii' codec can't encode character u'\xa0' in position 42: ordinal not in range(128)

     

    I made the following change to en2md.py on line 89 and it seems to have fixed the issue for me.

     


    #Convert list to full text    
    en_md = '\n'.join(en_meta).encode('utf-8') #Added encode here
×
×
  • Create New...