summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritsme <itsme@xs4all.nl>2021-07-09 21:06:26 +0200
committeritsme <itsme@xs4all.nl>2021-07-09 21:06:26 +0200
commite7b27cfba9c6cf7da8653a411d7bf2fc93c0b398 (patch)
tree977378a174af9cfcc2188b6619ca1e2672e67427
parentc0f52451db3eff406205af05a7eb81ab10ebaf36 (diff)
corrected note: the separator byte is 0x1e and not 0xFE as previously stated. likely because 0xFE is a valid russian cp1251 character
-rw-r--r--docs/cronos-research.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cronos-research.md b/docs/cronos-research.md
index d076f0f..022cbcf 100644
--- a/docs/cronos-research.md
+++ b/docs/cronos-research.md
@@ -157,7 +157,7 @@ The toplevel table-id for CroStru and CroSys is #3, while referenced records hav
157 157
158CroBank.dat contains the actual database entries for multiple tables as described in the CroStru file. After each chunk is re-assembled (and potentially decoded with the per block offset being the record number in the .tad file). 158CroBank.dat contains the actual database entries for multiple tables as described in the CroStru file. After each chunk is re-assembled (and potentially decoded with the per block offset being the record number in the .tad file).
159 159
160Its first byte defines, which table it belongs to. It is encoded in cp1251 (or possibly IBM866) with actual column data separated by 0xfe. There is an extra concept of sub fields in those columns, indicated by a 0xfd byte. 160Its first byte defines, which table it belongs to. It is encoded in cp1251 (or possibly IBM866) with actual column data separated by 0x1e. There is an extra concept of sub fields in those columns, indicated by a 0x1d byte.
161 161
162 162
163## structure definitions 163## structure definitions