t-sin / inquisitor

Encoding/end-of-line detection and external-format abstraction for Common Lisp
34 stars 3 forks source link

Supported implementations #3

Closed t-sin closed 7 years ago

t-sin commented 9 years ago

サポートする処理系にLispWorksを含めるべきか。

t-sin commented 9 years ago

文字コード判定関数を持ってはいるもよう(LispWorks Manual)。 external-formatをポータブルに扱うという意味では、含めるべきだがとりあえず後回しにする。

t-sin commented 9 years ago

LispWorksとAllegroCLは、後回し。

t-sin commented 7 years ago

cf. #21

t-sin commented 7 years ago

Alleglo Common Lispのマニュアルのexternal-formatの項目: https://franz.com/support/documentation/10.1/doc/iacl.htm#external-formats-1

t-sin commented 7 years ago

Allegro CLのEOL変換関数。基本的に自動で変換するのでexternal-formatで指定しない感じらしい。 https://franz.com/support/documentation/10.1/doc/operators/excl/eol-convention.htm

t-sin commented 7 years ago

"Supports Allegro and LispWorks" https://github.com/t-sin/inquisitor/pull/45 merged!