Rob Tanner wrote:
createdb -U xythos -E UNICODE XythosDocumentStoreDB
createdb -U xythos -E UNICODE XythosGlobalDB

When I look at what I've done with psql -l, I get

              List of databases
         Name          |  Owner   | Encoding
-----------------------+----------+----------
 XythosDocumentStoreDB | xythos   | UTF8
 XythosGlobalDB        | xythos   | UTF8


I dropped the databases and recreated them with unicode (lower case) but
got the same results.
Unicode in itself is just a standard. UTF-8 is one of the implementations of this standard. So, your database is indeed created with a unicode characterset

--
Tommy

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

              http://www.postgresql.org/docs/faq

Reply via email to