Skip to content

Abstract writing encoding error #2

@bluetyson

Description

@bluetyson

Downloading preprint 1 of 1582
Downloading preprint 2 of 1582
Downloading preprint 3 of 1582


UnicodeEncodeError Traceback (most recent call last)
in
74 # write the abstract to a file
75 abstF = open(localAbstract, 'w')
---> 76 abstF.write( preprint.description )
77 abstF.close()
78

~\miniconda3\envs\avant2\lib\encodings\cp1252.py in encode(self, input, final)
17 class IncrementalEncoder(codecs.IncrementalEncoder):
18 def encode(self, input, final=False):
---> 19 return codecs.charmap_encode(input,self.errors,encoding_table)[0]
20
21 class IncrementalDecoder(codecs.IncrementalDecoder):

UnicodeEncodeError: 'charmap' codec can't encode character '\u1e9f' in position 541: character maps to

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions