#559: BibUpload: Cannot bibupload file containing UTF-8 chars
--------------------------+------------------------
Reporter: grfavre | Owner: skaplun
Type: enhancement | Status: assigned
Priority: major | Milestone: v1.0
Component: WebSubmit | Version:
Resolution: | Keywords: bibdocfile
--------------------------+------------------------
Comment (by grfavre):
Hi Sam,
thanks for your reply!
This is a typical EPFL workflow: we do not use websubmit.
When creating a record, we instantiate BibRecDocs objects, use them to
store files (I don't want to hack directly in the database, it's much more
reasonable to lie on an API maintained by others!).
We then upload the correct MATC file generated by our tools.
As your API doesn't say much about encodings, i simply passed the object I
got at that time. As Django uses unicode objects, your API received a
unicode object rather than an encoded string...
Cheers,
Greg
--
Ticket URL: <http://invenio-software.org/ticket/559#comment:14>
Invenio <http://invenio-software.org>