Problem/Motivation
Currently the CMIS API use ISO_8859_1 if the _charset_ form data is not set in guzzle request
https://chemistry.apache.org/java/0.13.0/maven/chemistry-opencmis-server...
Steps to reproduce
Proposed resolution
Add _charset_ parameter with UTF-8 encoding in upload and create Folder Form
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork cmis-3168533
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
bakopComment #6
bakopHi,
In fact it wasn't the guzzle connection which had a problem. It was simply the name of the document before his creation.
Can you review please ?
Thanks.