opencultureconsulting / openrefine-client

The OpenRefine Python Client from Paul Makepeace provides a library for communicating with an OpenRefine server. This fork extends the command line interface (CLI) and is distributed as a convenient one-file-executable (Windows, Linux, Mac). It is also available via Docker Hub, PyPI and Binder.
GNU General Public License v3.0
83 stars 19 forks source link

unicode issues #5

Closed felixlohmeier closed 5 years ago

felixlohmeier commented 5 years ago
  1. list, info and export fails for projectnames containing unicode chars (all versions, also upstream)
  2. export to stdout does not support unicode chars (all versions, also upstream)
  3. info fails if column name contains unicode chars (since 0.3.5)
  4. templating feature suffixById fails with UnicodeEncodeError
felixlohmeier commented 5 years ago

fixed in release 0.3.8: https://github.com/opencultureconsulting/openrefine-client/releases/tag/v0.3.8