What <?php echo $test ?> returns?

2008/12/9 Günther Theilen <[EMAIL PROTECTED]>

>
> Hi,
>
> I have a problem with truncate() and German umlauts (äöü).
> (The DB and the php code is in utf-8)
>
> $test = "xxxxxäxxxxx";
> debug ($text->truncate($test, 9));
>
> I would expect it to return
> xxxxxä...
> but it returns
> xxxxx?...
>
> Bug or feature?
>
> Regards
> Guenther
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to