RecordEvolution / IMCtermite

Enables extraction of measurement data from binary files with extension 'raw' used by proprietary software imcFAMOS/imcSTUDIO and facilitates its storage in open source file formats
MIT License
26 stars 8 forks source link

Hex conversion is limited to 127 characters - request to change to extended acsii 255 #26

Closed chadtenpas closed 1 year ago

chadtenpas commented 1 year ago

Hello @mario-fink ,

After your fix for the encoding, I am still unable to get µ to pass through. I was looking through "hexshow.hpp" and I found the range for hex is 127-decimal notation, if we could include extended ascii codes which goes up to 255-decimal, I am wondering if µ will come through. I tried to change line 44 to include extended ascii (I changed 0x7f to 0xff). If that would even solve the problem, I am not sure, because I am unable to figure out how to create my own python build with this change (my incompetence). Any help would be appreciated!