Files
mongo/lang
Don Anderson 7c5de72ebd Fixed bugs in packing/unpacking bytearrays: we must be aware of 'U' format;
when length is provided in format, use it; do padding.

Fixed signed checking for getInt/Long/Short.

Fixed bugs in packing strings: embedded nulls; use length when provided.
Logic copied from packing.py.

Added special case encoding for 8256 (to match Python and C).
2015-07-13 13:54:09 -04:00
..