Converts named entities into numbered entities.
<?php ent2ncr( $text ) ?>
<?php echo ent2ncr("C’est la fête!"); // this will output: C’est la fête! ?>
And you will see:
C'est la fête!
Since: 1.5.1
ent2ncr() is located in wp-includes/formatting.php
.