How to prevent converting to html entities?

To do this, the following code must be integrated into the functions.php:

add remove_filter( 'the_title', 'wptexturize' );