Posted by tim on 12/18/32 11:48
frizzle wrote:
> Hi Group,
>
> I have a validation function, to make sure
> all chars in a string will create output (including space).
>
> I use ctype_print() but i get an error with chars like e.g.
> Ã «
> It returns false instead of true.
> is there any alternative, or can i solve this?
>
> Frizzle.
Hi Frizzle
I'm not sure but I changing the default_charset with ini_set() or maybe
setlocale() should help.
Tim
[Back to original message]
|