Fix creation of KCUILUI field
[umlisp.git] / sql.lisp
index 53c98e2c238a0ee32ce99807c010249b9b470338..42b30802cd6fc8e9aa535a9b70edf3d472c6ad0e 100644 (file)
--- a/sql.lisp
+++ b/sql.lisp
@@ -76,7 +76,9 @@
 (defun sql-connect ()
   "Connect to UMLS database, automatically used pooled connections"
   (clsql:connect (umls-connection-spec)
-                 :database-type *umls-sql-type* :pool t))
+                 :database-type *umls-sql-type*
+                 :encoding :utf-8
+                 :pool t))
 
 (defun sql-disconnect (conn)
   "Disconnect from UMLS database, but put connection back into pool"