Posted by correo on 12/28/05 22:36
Hi all!
This:
$string = preg_replace('/[^a-z\d\s]/i', '_', $string);
replaces an accented letter with two underscores instead of one, when
the submitting page is in UTF8 ($string comes from a GET form). It
works well when the submitting page is encoded in ISO-8859-1 or with
other characters such as an ampersand or whatever. Any ideas why? TIA
Diego
Navigation:
[Reply to this message]
|