eidrisov
Results
1
issues of
eidrisov
Decoding of compressed characters is not handled correclty: ``` func (r *LabelBIFF8) GetString() string { if int(r.grbit[0]) == 1 { name := helpers.BytesToUints16(r.rgb[:]) runes := utf16.Decode(name) return string(runes) } else...