• Alexander Korolkov's avatar
    Fix string length in pack_string() · 750e65d8
    Alexander Korolkov authored
    Specification says that strings are encoded as sequences of UTF-8
    characters preceded by length in bytes. But the length was calculated
    as a number of UTF-8 characters. So packing of strings with
    non-ASCII characters was broken.
    750e65d8
uatypes.py 25.1 KB