mirror of
https://github.com/depp/syncfiles.git
synced 2024-10-31 12:04:44 +00:00
8e04863cda
Previously, the Rez file would have entries like this: read 'cmap' (128, "Roman") "roman"; That has been fixed to show this: read 'cmap' (128, "Roman") "charmap_roman.dat"; |
||
---|---|---|
.. | ||
charmap | ||
table | ||
.gitignore | ||
BUILD.bazel | ||
cdata.go | ||
data.go | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md | ||
rez.go | ||
scriptmap.go | ||
source.go |
Character Conversion Data Generator
Used by SyncFiles.
This program generates the tables necessary to convert between UTF-8 and various historical Mac OS character sets. Not all character sets are currently supported.
Right now, the table format is not quite finalized, so the output is not checked in to version control. This means that you have to run this program in order to generate the data and compile SyncFiles. It is planned to check the data files in, making this step unnecessary.