Re: [BUGS] [HACKERS] again: Bug #943: Server-Encoding from EUC_TW toUTF-8

2003-06-23 Thread Tatsuo Ishii
> > > Copy to table (DB has UTF-8 encoding) from file: > > > for PGCLIENTENCODING=BIG5: > > > WARNING: copy: line 1, LocalToUtf: could not convert (0xf9d6) BIG5 to UTF-8. > > > Ignored > > > WARNING: copy: line 2, LocalToUtf: could not convert (0xf9d7) BIG5 to UTF-8. > > > Ignored > > > WARNING

Re: [BUGS] [HACKERS] again: Bug #943: Server-Encoding from EUC_TW

2003-06-23 Thread Tatsuo Ishii
> > > > Copy to table (DB has UTF-8 encoding) from file: > > > > for PGCLIENTENCODING=BIG5: > > > > WARNING: copy: line 1, LocalToUtf: could not convert (0xf9d6) BIG5 to UTF-8. > > > > Ignored > > > > WARNING: copy: line 2, LocalToUtf: could not convert (0xf9d7) BIG5 to UTF-8. > > > > Ignored >

Re: [BUGS] fe-connect build failure (Solaris 9, PGSQL 7.3.3, OpenSSL

2003-06-23 Thread Bruce Momjian
OK, I removed #include crypt.h from fe-connect.c, because as you stated, it didn't seem needed, and was causing problems. This fix will be in 7.4. --- Paul Eggert wrote: > I ran into the following problem building PostgreSQ