-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Steps to reproduce
- name something with a greek letter
- try to save to disk
- depression
qcodes\data\gnuplot_format.py in write(self, data_set, io_manager, location, force_write, write_metadata)
276 with io_manager.open(fn, open_mode) as f:
277 if overwrite:
--> 278 f.write(self._make_header(group))
279
280 for i in range(save_range[0], save_range[1] + 1):
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 '\u03bc' in position 110: character maps to <undefined>System
operating system
Windows of course
qcodes branch
Master, any commit will do.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working