[...]
> Traceback (most recent call last):
> File "/usr/local/bin/a2x", line 960, in <module>
> a2x.execute()
> File "/usr/local/bin/a2x", line 378, in execute
> self.__getattribute__('to_'+self.format)()
> File "/usr/local/bin/a2x", line 782, in to_epub
> self.update_epub_manifest(opf_file)
> File "/usr/local/bin/a2x", line 760, in update_epub_manifest
> write_file(opf_file, opf.toxml())
> File "/usr/local/bin/a2x", line 150, in write_file
> f.write(data)
> UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in
> position 292: ordinal not in range(128)
It appears that your manifest file has a non-ASCII character
(paragraph separator) in it, I guess in your metadata. But it
appears you are writing the file in an ASCII locale, so that character
can't be written.
You can either find what is generating the paragraph separator and
change it, or try changing your locale to a UTF-8 one.
Cheers
Lex
>
> What is happening?
>
> Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "asciidoc" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/asciidoc.
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/asciidoc.
For more options, visit https://groups.google.com/d/optout.