X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-i18n.lisp;h=6374a3f00158693982043ffce531614cd672fd15;hb=f26d09724b4aa3d6bc8eae35582c8b15b9b3f5da;hp=59f9b7aa2293c51100febf6728402a401468424c;hpb=4a2e3a71a1ce79482ba704ec815013de2c986274;p=clsql.git diff --git a/tests/test-i18n.lisp b/tests/test-i18n.lisp index 59f9b7a..6374a3f 100644 --- a/tests/test-i18n.lisp +++ b/tests/test-i18n.lisp @@ -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") + +))