commit 4ce4694e85f1d0bf4cd3f96da39a2b2555e3e996
parent 6f541051fc8b5e190ae711f1ee551484de5799bf
Author: Tomas Hlavaty <tom@logand.com>
Date: Wed, 7 Aug 2013 09:29:31 +0200
use default value for attributes-charset and attributes-natural-language
Diffstat:
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/ipp.lisp b/ipp.lisp
@@ -276,9 +276,9 @@
response-file
data-file
request-id
- attributes-charset
- attributes-natural-language
&key
+ (attributes-charset "utf-8")
+ (attributes-natural-language "en")
requesting-user-name
job-name
ipp-attribute-fidelity
@@ -345,8 +345,6 @@
"response2.dat"
"test.txt"
314
- "utf-8"
- "en"
:requesting-user-name "tomas")
(defpackage :ipp.curl
@@ -382,6 +380,4 @@
"response2.dat"
"test.txt"
314
- "utf-8"
- "en"
:requesting-user-name "tomas")