I\'m trying to do accented character replacement in PHP but get funky results, my guess being because i\'m using a UTF-8 string and str_replace can\'t properly handle multi-
According to php documentation str_replace function is binary-safe, which means that it can handle UTF-8 encoded text without any data loss.
UTF-8