encoding-declaration/test-shift-jis.scm

11 lines
186 B
Scheme
Raw Normal View History

2019-05-12 09:18:34 -04:00
#! /usr/bin/env gosh
2019-05-12 09:10:10 -04:00
(declare-file
(coding shift_jis)
(language scheme r7rs)
(copyright 2019 "Lassi Kortela")
(spdx-license-identifier "ISC"))
2019-05-12 09:10:10 -04:00
(display "<22><><EFBFBD><EFBFBD><EFBFBD>ɂ<EFBFBD><C982>͐<EFBFBD><CD90>E")
2019-05-12 09:18:34 -04:00
(newline)