Commit Graph

12 Commits

Author SHA1 Message Date
Lassi Kortela 1190f32ab4 Simplify 2019-05-13 00:43:00 +03:00
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
Lassi Kortela d5ea8c21ec Add Big5 test file 2019-05-12 17:25:55 +03:00
Lassi Kortela eeeea2c93e Add EUC-JP test file 2019-05-12 17:24:27 +03:00
Lassi Kortela 0f7db91954 Add Kawa test script 2019-05-12 17:22:52 +03:00
Lassi Kortela 298a4337a8 Add UTF-16 tests 2019-05-12 17:22:44 +03:00
Lassi Kortela aac4a4bdec Skip non-ASCII bytes altogether
This permits UTF-16, with or without byte order mark
2019-05-12 17:21:48 +03:00
Lassi Kortela 0a9c678e64 Change author metadata to match REUSE initiative 2019-05-12 16:40:59 +03:00
Lassi Kortela 2ab02b063f Parse strings and illustrate some more metadata 2019-05-12 16:38:03 +03:00
Lassi Kortela 000a898778 Copy with empty declarations again 2019-05-12 16:28:58 +03:00
Lassi Kortela 4edcffdc3a Parse shebang line too 2019-05-12 16:18:34 +03:00
Lassi Kortela 2773292aaf Initial commit 2019-05-12 16:10:10 +03:00