Re: [GENERAL] Unicode support on Win32

2005-02-28 Thread Shachar Shemesh
Bruce Momjian wrote: Caleb wrote: Hi, I am using Windows as a development environment (and database design), and it seems that Unicode is not supported on Win32. Yes, the problem is that we only support UTF-8 and the Win32 collation routines only support UTF-16. You can actually use UTF-8

Re: [GENERAL] Unicode support on Win32

2005-02-28 Thread Bruce Momjian
Caleb wrote: > Hi, > > I am using Windows as a development environment (and database design), > and it seems that Unicode is not supported on Win32. Yes, the problem is that we only support UTF-8 and the Win32 collation routines only support UTF-16. You can actually use UTF-8 if you don't care

[GENERAL] Unicode support on Win32

2005-02-28 Thread Caleb
Hi, I am using Windows as a development environment (and database design), and it seems that Unicode is not supported on Win32. Is there word on when Unicode support will be implemented on the Windows port of PostgreSQL? I was used to using mySQL and it supported Unicode on Windows properly.. B