on insertion, using inserter.py, some errors might popup:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc3 in position 4261: invalid continuation byte
use 'latin1', instead of utf-8, as original accounting file (from 6.2u5 SGE version) is in latin1 (in real, us-ascii, but latin1 is OK).
TODO: find a better workaround (read with index, try utf-8 first, fallback to latin1, fallback to pass/avoid)
on insertion, using inserter.py, some errors might popup:
use 'latin1', instead of utf-8, as original accounting file (from 6.2u5 SGE version) is in latin1 (in real, us-ascii, but latin1 is OK).
TODO: find a better workaround (read with index, try utf-8 first, fallback to latin1, fallback to pass/avoid)