ladisk / pyuff

This module defines an UFF class to manipulate with the UFF (Universal File Format) files.
Other
58 stars 40 forks source link

ENH: writing the header as utf8 encoded #89

Open jankoslavic opened 5 months ago

jankoslavic commented 5 months ago

This issue was started with: https://github.com/ladisk/pyuff/issues/87

Currently pyuff supports reading utf8 encoded headers, but always encodes them in ascii.

It looks like some software providers (e.g. Test.lab) write utf8 encoded headers and it would be reasonable to go in this direction. Any comments on this would be welcome.