Den V. Tsopa wrote:
> Hi!
>
> Well I look through another mbstring repository on cvs.sourceforge.jp.
> What's the difference between cvs.sourceforge.jp and cvs.php.net?
> Which repository should I use to develope a patch?
> Should I continue commiting to cvs.php.net?
I'm merging mbstring and oth
Brad Lafountain wrote:
> $str = "Hello World";
> echo mb_strlen($str) . "\n";
> echo mb_strlen(mb_convert_encoding($str, "BASE64"), "BASE64");
> ?>
>
> the code above prints out
> 11
> 16
>
>
> ... is this correct??? If so why does it work this way.
Yes. This is correct. "BASE64" is not a val