Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Support unicode file names in data search #218

Closed
paulmueller opened this issue May 28, 2018 · 0 comments
Closed

Support unicode file names in data search #218

paulmueller opened this issue May 28, 2018 · 0 comments
Labels

Comments

@paulmueller
Copy link
Member

(similar to DC-analysis/dclab#50)

Searching for data sets in directories containing non-ASCII characters fails:

Exception in thread Thread-9:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/home/paul/repos/ShapeOut/shapeout/gui/gaugeframe.py", line 79, in run
    res=result.get(timeout=.1)
  File "/usr/lib/python2.7/multiprocessing/pool.py", line 572, in get
    raise self._value
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 41: ordinal not in range(128)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant