Support UFFI's new internationalized string capabilities.
[clsql.git] / uffi / clsql-uffi.lisp
index fda60ecf21aee1332a5d348f09072982c8154c5f..e08c157432c1b8fb5feca9a860d0b938cdedda71 100644 (file)
           (uffi:convert-from-foreign-string char-ptr :locale :none)
           #-sb-unicode
           (if length
-              (uffi:convert-from-foreign-string char-ptr :locale :none
+              (uffi:convert-from-foreign-string char-ptr
                                                 :null-terminated-p nil
                                                 :length length)
-            (uffi:convert-from-foreign-string char-ptr :locale :none))))))))
+            (uffi:convert-from-foreign-string char-ptr))))))))