| From: | "Papp Gyozo" <pgerzson(at)freestart(dot)hu> | 
|---|---|
| To: | "Alexandr Listopad" <laa(at)laa(dot)zp(dot)ua>, <pgsql-php(at)postgresql(dot)org> | 
| Subject: | Re: PostgreSQL encoding and PHP | 
| Date: | 2001-10-26 16:15:09 | 
| Message-ID: | 001901c15e39$630c93c0$01fdfea9@jaguar | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-php | 
I don't know the exact asnwer (perhaps I've not clearly understood what you
want), but:
there is several PHP extensions to deal with converting files between
various coded character sets and surface encodings :
 1. iconv http://www.php.net/manual/en/ref.iconv.php
 2. recode http://www.php.net/manual/en/ref.recode.php
 3. multibyte http://www.php.net/manual/en/ref.mbstring.php
you can also set your client encoding in PHP with pg_set_client_encoding()
http://www.php.net/manual/en/function.pg-set-client-encoding.php
and maybe you can pass some encoding information in the options argument
during connection. I'm not sure about this one.
hope this helps,
Papp Gyozo
- pgerzson(at)freestart(dot)hu
> Hi!
>
> I have the database with win1251 encoding. My web site use koi8
> encoding. I use PHP 4.0.8-dev + Apache 1.3.20.
>
> How can I change encoding in database replays from win to koi in
> PHP best way?
>
> p.s. sorry for my bad english.
>
> --
>  Laa
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | knut.suebert | 2001-10-26 17:28:20 | Re: how to get the field types of a(n empty) table? | 
| Previous Message | Adam Lang | 2001-10-26 14:46:18 | Re: Snowwhite is worm ATTENTION |