Re: error : Unicode characters greater than or equal to 0x10000 are not supported
- From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
- To: pablo <pabloste(at)gmail(dot)com>
- Cc: pgsql-es-ayuda(at)postgresql(dot)org
- Subject: Re: error : Unicode characters greater than or equal to 0x10000 are not supported
- Date: Wed, 30 May 2007 13:03:52 -0400
- Message-id: <20070530170352(dot)GJ7128(at)alvh(dot)no-ip(dot)org>
pablo escribió:
> Database error: ERROR: Unicode characters greater than or equal to 0x10000
> are not supported
> me sale ese error al guardar textos con tilde.
>
> uso charset: iso 8859-1 en la aplicación (html, php) y en la BD encoding:
> none, charset: default.
set client_encoding to latin1
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Home |
Main Index |
Thread Index