mirror of
https://github.com/vale981/quickdocs-server
synced 2025-03-04 16:51:38 -05:00
Set default external format to UTF-8.
This commit is contained in:
parent
aecfc640f6
commit
2f16d2e1d8
1 changed files with 5 additions and 0 deletions
5
app.lisp
5
app.lisp
|
@ -1,3 +1,8 @@
|
|||
#+sbcl
|
||||
(progn
|
||||
(setf sb-impl::*default-external-format* :utf-8)
|
||||
(setf sb-alien::*default-c-string-external-format* :utf-8))
|
||||
|
||||
(ql:quickload :quickdocs-server)
|
||||
|
||||
(defpackage quickdocs-server.app
|
||||
|
|
Loading…
Add table
Reference in a new issue