Re: encoding advice requested

Поиск
Список
Период
Сортировка
От Shoaib Mir
Тема Re: encoding advice requested
Дата
Msg-id bf54be870611120003u47c3366dne491dc64e0877ff2@mail.gmail.com
обсуждение исходный текст
Ответ на Re: encoding advice requested  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
Using the convert function might be of help here as well:

convert(string using conversion_name)

Change encoding using specified conversion name. Conversions can be defined by CREATE CONVERSION. Also there are some pre-defined conversion names ( http://www.postgresql.org/docs/current/static/functions-string.html#CONVERSION-NAMES).

select convert('PostgreSQL' using iso_8859_1_to_utf8)

Regards,
--------
Shoaib Mir
EnterpriseDB (www.enterprisedb.com)  

On 11/12/06, Martijn van Oosterhout <kleptog@svana.org> wrote:
On Sat, Nov 11, 2006 at 02:45:00PM -0500, Rick Schumeyer wrote:
> My database locale is en_US, and by default my databases are UTF8.
>
> My application code allows the user to paste text into a box and submit
> it to the database.  Sometimes the pasted text contains non UTF8
> characters, typically the "fancy" forms of quotes and apostrophes.  The
> database does not appreciate it when the application attempts to store
> these characters.

What encoding does your application use? Whatever that is, that's what
you should be using in your SET client_encoding statement. Note you can
set that variable per user also.

> b) I can issue a SET CLIENT_ENCODING TO 'LATIN1'; statement every time I
> open a connection.  A brief test indicates this will work.

This is the solution, assuming ofcourse your application is in Latin1.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFFVkxXIB7bNG8LQkwRAtGbAJ0ZQN9xD+JtTDFHL50gIDjf6EpGBACfQi2b
Fsz8TS1Cnnh7tt6J345H8uo=
=QMqu
-----END PGP SIGNATURE-----



В списке pgsql-general по дате отправления:

Предыдущее
От: "Shoaib Mir"
Дата:
Сообщение: Re: Utility to Convert MS SQL Server to Postgres
Следующее
От: Sim Zacks
Дата:
Сообщение: join condition against where with coalesce