Skip to content

Fix #162: Change *filename-encoding* to use :null

Raymond Toy requested to merge issue-162-filename-encoding-no-encoding into master

Instead of using NIL to indicate that *filename-encoding* is not to be done, use :null to indicate that. This makes it a bit clearer what *filename-encoding* means.

This is kind of nice since :null is a known external format that aliases to :void which signals an error if it's ever used.

Edited by Raymond Toy

Merge request reports