syncfiles/gen
Dietrich Epp c96bb9cd0a Implement extended ASCII converter engine
This adds support for the simplest 8-bit character encodings, which are
compatible with ASCII.
2022-03-23 01:26:25 -04:00
..
charmap
table
.gitignore
BUILD.bazel Implement extended ASCII converter engine 2022-03-23 01:26:25 -04:00
data.go
filenames.go Implement extended ASCII converter engine 2022-03-23 01:26:25 -04:00
go.mod
go.sum
main.go Implement extended ASCII converter engine 2022-03-23 01:26:25 -04:00
README.md
rez.go
scriptmap.go Implement extended ASCII converter engine 2022-03-23 01:26:25 -04:00
source.go Implement extended ASCII converter engine 2022-03-23 01:26:25 -04:00

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.