I was actually looking to get rid of the curved apostrophes, as my selected font doesn’t support them. So, I added this to my child themes functions.php.
remove_filter( ‘the_title’, ‘wptexturize’ );
If you want to use curved apostrophes somewhere that wordpress isn’t doing the conversion for you,
https://codex.www.ads-software.com/Function_Reference/wptexturize