From 9ba5cbce96cdb2b61cacf5815dc7fa9cb9dbeef6 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Tue, 17 Feb 2009 12:45:00 +0100 Subject: Set CFFI:*DEFAULT-FOREIGN-ENCODING* to :ISO-8859-15. darcs-hash:be4261d3deab8cae8c84db9553b9ba6d2b162fc5 --- main.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.lisp') diff --git a/main.lisp b/main.lisp index 0c17fbe..ae2c0cb 100644 --- a/main.lisp +++ b/main.lisp @@ -193,7 +193,7 @@ (dolist (env-var '("HTTP_CACHE_CONTROL" "HTTP_IF_MODIFIED_SINCE")) (pushnew env-var http::*http-env-vars*)) (http:http-init) - #+mst-plus (setq cffi:*default-foreign-encoding* :iso-8859-15) + (setq cffi:*default-foreign-encoding* :iso-8859-15) (handler-bind ((error #' (lambda (e) -- cgit v1.2.3