|
Posted by frizzle on 12/18/44 11:48
tim wrote:
> 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
Thanks, but i'm not experienced (yet) with charsets, ini_set, etc. So i
was hoping
some kind of preg_match or so to replace ctype_print() with ...
Frizzle,
Navigation:
[Reply to this message]
|