Unicode Secret

Unicode Secret

am 17.04.2002 10:38:21 von Areski Belaid

This is a multi-part message in MIME format.

------=_NextPart_000_002B_01C1E5FB.FED357E0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello the Community,

I need some help...=20
I want store japanese text in my postgres database...

Thus What I need to do...

I thing that must create a UNICODE database=20
compile postgres with unicode support,
::> ./configure --enable-multibyte
and create,
::> createdb -E UNICODE me-e

So after that if it's correct...
What I need to do ?????

I want aswell send Japanese email...

I need to use Mbstring or...

What's exactly php and unicode?


Helppppppsssssssssss, Areski


------=_NextPart_000_002B_01C1E5FB.FED357E0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable








Hello the Community, T>

 

I need some help...

I want store japanese text in my postgres=
=20
database...

 

Thus What I need to do...

 

I thing that must create a UNICODE da=
tabase=20

compile postgres  with unicode=20
support,

     ::>  =
;=20
    ./configure --enable-multibyte

and=20
create,
     ::>    &nbs=
p;  =20
createdb -E UNICODE me-e

 

So after that if it's correct... IV>
What I need to do ?????

 

I want aswell send Japanese email... >

 

I need to use Mbstring or...

 

What's exactly php and unicode? V>
 

 


Helppppppsssssssssss,=20
Areski

 


------=_NextPart_000_002B_01C1E5FB.FED357E0--

Re: Unicode Secret

am 17.04.2002 11:49:13 von Jean-Michel POURE

1) Unicode database
> I thing that must create a UNICODE database
> compile postgres with unicode support,
> ./configure --enable-multibyte
> ::> createdb -E UNICODE me-e

Correct. If you are new to PostgreSQL, why not simply use PostgreSQL RPMs=
=20
which should be compiled by default with the --enable-multibyte feature=20
(Mandrake RPMs are).

2) PHP multi-byte compatibility
> I need to use Mbstring or...

PHP needs to be compiled with multi-byte options as explained in=20
http://www.php.net/manual/en/install.configure.php

Please note you can overload PHP string functions with their multi-byte saf=
e=20
equivalent using "mbstring.func_overload =3D positive value" in php.ini.

A more detailed information can be found at=20
http://www.php.net/manual/en/ref.mbstring.php.

Cheers,
Jean-Michel POURE

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html