"Jon Kraft" <jon@jonux.co.u k> wrote in message
news:Xns949975A 6BF363jonjonuxc ouk@130.133.1.4 ...[color=blue]
> "Evgeny" <evgeny@yahoo.c om> wrote:
>[color=green]
> > Haw can I convert a utf-8 encoded string to windows-1251?[/color]
>
> Have a look into the multibyte string functions, especially:
> http://uk.php.net/manual/en/function...t-encoding.php
>
> From php 4.3.0 windows-1251 has been added experimentally.
>
> HTH;
> JOn[/color]
I dont have the posibility to use multibyte string functions.
My server is not configured whit mbstring support :(
is there any other way to do it?
Evgeny wrote:[color=blue]
> I dont have the posibility to use multibyte string functions.
> My server is not configured whit mbstring support :(
> is there any other way to do it?[/color]
Yes, you could use iconv or recode for this purpose.
Uzytkownik "Evgeny" <evgeny@yahoo.c om> napisal w wiadomosci
news:c1fbqp$a74 $1@weber.techno-link.com...[color=blue]
> Hello people,
>
> Haw can I convert a utf-8 encoded string to windows-1251?
>
>[/color]
Comment