in reply to Encode - can't set utf8 flag on + strange warnings in Apache log
I can see strange behaviour when I use $data = Encode::decode_utf8($data). This code does not set utf8 flag on for $data.That's not strange. Encode::decode_utf8($data) decodes data "from utf" and returns "a sequence of logical characters". It doesn't mark data as utf or convert data to utf.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Encode - can't set utf8 flag on + strange warnings in Apache log
by Anonymous Monk on Dec 05, 2003 at 15:58 UTC | |
by ph0enix (Friar) on Dec 05, 2003 at 16:23 UTC |