Data-UUID
Data-UUID copied to clipboard
use lowercase a-f in create_str and create_hex
This fixes conformance to rfc4122
This has me a bit nervous. It was so easy to fix I'm worried I'm missing something. As far as I can tell both %x and %X are valid in POSIX for sprintf(), but I suppose it's possible that some platforms only support the latter.