Created
June 17, 2015 15:01
-
-
Save snmsts/e8e4fd4bd5e458ac45e8 to your computer and use it in GitHub Desktop.
patch for OSX japanese problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
+++ contrib/sb-posix/posix-tests.lisp | |
@@ -536,7 +536,7 @@ | |
nil) | |
(deftest readdir.1 | |
- (let ((dir (sb-posix:opendir "/"))) | |
+ (let ((dir (sb-posix:opendir "/")) (sb-alien::*default-c-string-external-format* :utf-8)) | |
(unwind-protect | |
(block dir-loop | |
(loop for dirent = (sb-posix:readdir dir) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment