I'm having problems with mb_strtoupper
. I need it to capitalize a text that is in a newsletter generated in PHP (so I cant just capitalize it with css, and is stuck using a PHP function that will capitalize the text)
Thing is, mb_strtoupper
works fine, but has a problem with the quote '
character. A text like Bob's Burgers
is being converted to BOB’S BURGERS
Is there a way to make mb_strtoupper
leave the quote alone?