rouault / dump_gdbtable

Python script to dump the content of a .gdbtable
138 stars 24 forks source link

fix: correct UTF-16 string reading in read_utf16 function #11

Open batugane opened 3 months ago

batugane commented 3 months ago

Updated the read_utf16 function to properly read and decode UTF-16LE strings by reading the correct number of bytes and decoding them using the utf-16le codec.

Thanks for reviewing!