Search Postgresql Archives

Re: invalid byte sequence for encoding "UTF8": 0xab

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Grand, Mark D." <mgrand@xxxxxxxxx> writes:
> ... I get this message:
> ERROR:  invalid byte sequence for encoding "UTF8": 0xab
> HINT:  This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by "client_encoding".

> It is complaining about the '<' character.  I do not understand why.

The ASCII code for '<' is 0x3c, not 0xab.  I am not sure what you are
actually typing; although it's suggestive that the LATIN1 code 0xab
corresponds to a symbol that looks approximately like '<<'.  The most
likely bet is that you are typing the wrong thing and using a terminal
emulator that is not set to generate UTF8-encoded characters.  You
should try to make sure that client_encoding is set to match what your
keyboard actually generates.

			regards, tom lane

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux