Re: [PHP-I18N] ctype_print returns false for British Pound symbol (and non-ASCII symbols)

[email protected] (Rasmus Lerdorf) Fri, 26 Feb 2010 14:03:12 -0800
Newsgroups php.i18n
Message-ID <[email protected]>
Bob wrote:
> So they don't work with UTF-8?

They'll work with the single-byte UTF-8 chars, but not the multi-byte ones.

-Rasmus