Skip to content

Draft: Address #139: Set default filename encoding to utf8

Raymond Toy requested to merge issue-139-filename-encoding-utf8 into master
  • unix.lisp

    Add *default-filename-encoding* to hold the default encoding if *filename-encoding* is NIL.

  • lispinit.lisp

    In reinit, set the filename encoding to the default if it's not already set.

  • extfmts.lisp

    In set-system-external-format, set *default-filename-encoding* to the specified encoding. This will be used to reinit *filename-encoding* if needed.

Merge request reports