http://bugs.openzim.org/show_bug.cgi?id=15
Summary: zim::File getUuid() should return an HEX encoded MD5 hash Product: openZIM Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: zimlib AssignedTo: tommi@tntnet.org ReportedBy: emmanuel@engelhart.org CC: dev-l@openzim.org Estimated Hours: 0.0
It returns currently the binary value which is not so easy to handle with (can not use standard string manipulation functions and can not easily save it in a file).
It would be better to return the same value but in HEX format as a NULL terminated string. This would avoid (I'm sure) each client using the zimlib to recode this conversion.