encoding-declaration/test-euc-jp.scm

11 lines
183 B
Scheme
Raw Normal View History

2019-05-12 10:24:27 -04:00
#! /usr/bin/env gosh
(declare-file
(coding EUC-JP)
(language scheme r7rs)
(copyright 2019 "Lassi Kortela")
(spdx-license-identifier "ISC"))
(display "<22><><EFBFBD><EFBFBD><EFBFBD>ˤ<EFBFBD><CBA4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>")
(newline)