$sql="EXECUTE P_NAME_ID (:INTAB,:NAME,:ID,:PNO)";
$sth = $dbo->prepare($sql);
$sth->bindParam(':INTAB', 'TFAM', PDO::PARAM_STR);
$sth->bindParam(':NAME', 'Post body', PDO::PARAM_STR);
$sth->bindParam(':ID', $id, PDO::PARAM_INT|PDO::PARAM_INPUT_OUTPUT, 11);
$sth->bindParam(':PNO', $id_, PDO::PARAM_INT|PDO::PARAM_INPUT_OUTPUT, 11);
ru2.php.net/manual/en/reference.pcre.pattern.modifiers.phpи ru2.php.net/manual/en/regexp.reference.unicode.php не то?
u (PCRE_UTF8)
This modifier turns on additional functionality of PCRE that is incompatible with Perl. Pattern strings are treated as UTF-8. This modifier is available from PHP 4.1.0 or greater on Unix and from PHP 4.2.3 on win32. UTF-8 validity of the pattern is checked since PHP 4.3.5.