[Git][cmucl/cmucl][issue-158-darwin-pathnames-utf8] 3 commits: Address #139: Set filename encoding to :utf-8
Raymond Toy (@rtoy)
gitlab at common-lisp.net
Sat Jan 14 19:52:17 UTC 2023
Raymond Toy pushed to branch issue-158-darwin-pathnames-utf8 at cmucl / cmucl
Commits:
dbdec3a5 by Raymond Toy at 2023-01-13T23:33:47+00:00
Address #139: Set filename encoding to :utf-8
- - - - -
d004986e by Raymond Toy at 2023-01-13T23:33:49+00:00
Merge branch 'issue-139-set-filename-encoding-to-utf8' into 'master'
Address #139: Set filename encoding to :utf-8
See merge request cmucl/cmucl!109
- - - - -
34d66158 by Raymond Toy at 2023-01-14T11:52:03-08:00
Merge branch 'master' into issue-158-darwin-pathnames-utf8
- - - - -
1 changed file:
- src/code/extfmts.lisp
Changes:
=====================================
src/code/extfmts.lisp
=====================================
@@ -493,7 +493,7 @@
;; encoding to NIL because we don't need any special
;; encoding to open the format files.
(let* ((*print-readably* nil)
- ;;(unix::*filename-encoding* nil)
+ (unix::*filename-encoding* nil)
(*package* (find-package "STREAM"))
(lisp::*enable-package-locked-errors* nil)
(s (open (format nil "ext-formats:~(~A~).lisp" name)
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/abd552b0ebeba75f3f8af88d7c2660a554f7f62e...34d66158f3f06e2f5cabc90cfe63eb0a6b8c9406
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/abd552b0ebeba75f3f8af88d7c2660a554f7f62e...34d66158f3f06e2f5cabc90cfe63eb0a6b8c9406
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20230114/2bf7a8f9/attachment.html>
More information about the cmucl-cvs
mailing list