Experiment to declare character encoding in Scheme source file
Go to file
Lassi Kortela 7f70dd8906 Add simple version
Does not "parse" any more structure than needed to get the coding C
from a (declare-file (coding C) ...) form. The coding must be the
first declaration inside the declare-file. This version does not check
that the rest of the declare-file form is valid.
2019-05-13 00:36:37 +03:00
encoding-reader-simple.scm Add simple version 2019-05-13 00:36:37 +03:00
encoding-reader.scm Add Big5 test file 2019-05-12 17:25:55 +03:00
test-big5.scm Add Big5 test file 2019-05-12 17:25:55 +03:00
test-chibi.sh Initial commit 2019-05-12 16:10:10 +03:00
test-euc-jp.scm Add EUC-JP test file 2019-05-12 17:24:27 +03:00
test-gauche.sh Initial commit 2019-05-12 16:10:10 +03:00
test-kawa.sh Add Kawa test script 2019-05-12 17:22:52 +03:00
test-shift-jis.scm Add UTF-16 tests 2019-05-12 17:22:44 +03:00
test-utf16-be.scm Add UTF-16 tests 2019-05-12 17:22:44 +03:00
test-utf16-le.scm Add UTF-16 tests 2019-05-12 17:22:44 +03:00