encoding-declaration/test.scm

8 lines
95 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))
(display "<22><><EFBFBD><EFBFBD><EFBFBD>ɂ<EFBFBD><C982>͐<EFBFBD><CD90>E")
2019-05-12 09:18:34 -04:00
(newline)