Load and use test-i18n.lisp when uffi:no-i18n is not present in cl:*features*
[clsql.git] / tests / test-i18n.lisp
index 59f9b7aa2293c51100febf6728402a401468424c..6374a3f00158693982043ffce531614cd672fd15 100644 (file)
@@ -16,6 +16,9 @@
 
 (in-package #:clsql-tests)
 
+(setq *rt-i18n*
+      '(
+
 ;;; The point of these two is to require proper encoding support
 ;;; UTF-8 for example can handle these easily.
 ;; I show this as a 20char string and 27 bytes in utf-8
@@ -30,3 +33,5 @@
     (first (query "SELECT 'Iñtërnâtiônàližætiøn'"
                  :flatp t :field-names nil))
   "Iñtërnâtiônàližætiøn")
+
+))