Re: [elephant-devel] UTF seriazer/desiriali patch

2009-08-03 Thread Leslie P. Polzer
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

[elephant-devel] UTF seriazer/desiriali patch

2009-08-03 Thread Hiroyuki Komatsu
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