Skip to content

Instantly share code, notes, and snippets.

@snmsts
Created June 17, 2015 15:01
Show Gist options
  • Save snmsts/e8e4fd4bd5e458ac45e8 to your computer and use it in GitHub Desktop.
Save snmsts/e8e4fd4bd5e458ac45e8 to your computer and use it in GitHub Desktop.
patch for OSX japanese problem
---
+++ 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