Commit Graph

10 Commits

Author SHA1 Message Date
151ff191cc Parse strings in Windows-1252 encoding
According to UESP, this is what strings in plugin files are encoded in: https://en.uesp.net/wiki/Skyrim_Mod:File_Format_Conventions

Decoding from this encoding fixes parsing some files with zstrings that contain special characters like umlauts.
2021-07-23 23:14:08 -04:00
261c0e21c3 Bump version to 0.2.1 2021-07-21 22:23:28 -04:00
bb08e26b95 Bump version to 0.2.0 2021-07-19 00:24:48 -04:00
c20f4f71dd Bump to version 0.1.4 2021-07-15 10:35:36 -04:00
12beff1014 Prevent reading past TES4 record in header parse
Bump version to 0.1.3
2021-06-12 22:54:10 -04:00
c952eeac7a Upgrade version to 0.1.2 2021-05-29 16:22:38 -04:00
0e3d127779 Patch version 0.1.1 2021-05-20 22:22:17 -04:00
9c7d850298 Typo fix 2021-05-20 22:21:27 -04:00
af8e66fa66 Add documentation 2021-05-20 20:47:50 -04:00
200cf73248 Add parser and cli, basic extraction done 2021-05-20 01:33:11 -04:00