Don't UTF-8 encode simple-base-string when passing to C.
commitd94e4965252a2ede25b5a2c144aa950f99c51e48
authorStas Boukarev <stassats@gmail.com>
Wed, 12 Jul 2017 12:13:00 +0000 (12 15:13 +0300)
committerStas Boukarev <stassats@gmail.com>
Wed, 12 Jul 2017 12:13:00 +0000 (12 15:13 +0300)
treeadae0944bf40529ac7cd566d2a6936f29c16ba2b
parent0815b0573a31d29ba74991f68db01ebaffb5fb3b
Don't UTF-8 encode simple-base-string when passing to C.

The strings are already zero-terminated. And since namestrings are now
coerced to simple-base-string this helps with fs operations.
src/code/external-formats/enc-basic.lisp
src/code/fd-stream.lisp