Re: Encoding issues

From: Markus Bertheau <twanger(at)bluetwanger(dot)de>
To: Dani Oderbolz <oderbolz(at)ecologic(dot)de>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: Encoding issues
Date: 2003-04-30 07:51:30
Message-ID: 1051689089.2476.1.camel@saphir
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

В Пнд, 28.04.2003, в 13:14, Dani Oderbolz пишет:
> Hi all,
>
> I have got a problem with the encoding of special caracters.
> My DB uses the Encoding 'LATIN1'.
> I modify data like this in psql:
>
> SET CLIENT_ENCODING = 'LATIN1';
> update auftraggeber set name_de='Europäische Union';

Where specificially does the string "Europäische Union" come from? Is it
input in a web form?

>
> When I access this in PHP (using this Query:
> SET CLIENT_ENCODING = 'LATIN1';
> select name_de from projekte.sel_auftraggeber;
>
> I get this:
>
> Europäische Union

This looks like UTF-8.

--
Markus Bertheau.
Berlin, Berlin.
Germany.

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Hans-Juergen Schoenig 2003-04-30 08:04:23 Re: Encoding issues
Previous Message scott.marlowe 2003-04-29 19:04:50 Re: New New :(( - Trying to figure out a couple things - Please