mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-22 03:30:57 +00:00
5ad207f785
This simplifies the conversion test, since we don't need to be careful about which data we run the conversion test in. It will also simplify the command-line conversion tool and its distribution. The classic Mac OS version of this program will continue to embed conversion tables in the resource fork. |
||
---|---|---|
.. | ||
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.