Re: [GENERAL] Trouble creating database with proper encoding

2007-01-22 Thread Tommy Gildseth
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 ---+--+-- Xythos

Re: [GENERAL] Trouble creating database with proper encoding

2007-01-22 Thread Brandon Aiken
Strictly speaking, Unicode is a whole family of code pages. Unicode generally means multi-byte character encoding. UTF-8 is the most common encoding implementation of Unicode at the moment. UTF-16 is also popular, but very few systems need that many characters or wish to devote that many bytes t