Hiroyuki Komatsu wrote:
> Sorry, I'm not familiar to English.
>
> BDB btree stores utf16/utf32 string into illegal sort order.
>
> There is 2 problems in string serializer:
> UTF serializers serialize into big endian
> UTF32 compator in libberkeley-db.c does not work correctly
>
> attached pat
Sorry, I'm not familiar to English.
BDB btree stores utf16/utf32 string into illegal sort order.
There is 2 problems in string serializer:
UTF serializers serialize into big endian
UTF32 compator in libberkeley-db.c does not work correctly
attached patch fix these problems.
diff -rN -u old-e