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
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
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