DerekRies / arkpy

Work in Progress. Reverse Engineering the file formats for Ark: Survival Evolved. Read/Write with python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StrProperty crashing on unicode

DerekRies opened this issue · comments

The Bulk Reader test exposed a bug in trying to read files where the StrProperty value was unicode. StrProperty needs to be able to read and write unicode values.