Closed ricktaylor closed 13 years ago
Currently all values in the registry implementation use utf8 encoded NUL terminated strings. This is not the best, change it to store blobs instead.
I have changed my mind, blobs make operating on the underlying database hard, and the lack of embedded NUL's is not an issue
Currently all values in the registry implementation use utf8 encoded NUL terminated strings. This is not the best, change it to store blobs instead.