I'm going crazy with this BS^^ I have 2 simple JSONs that I convert to an array. I compare these with each other. There are no special characters or "non UTF-8" characters. However, PHPUnit notes a difference.
┐
├ Failed asserting that two arrays are identical.
┊ ---·Expected
┊ +++·Actual
┊ @@ @@
┊ 'gender' => 'm'
┊ -····'street'·=>·'Windows·Ave.'
┊ +····'street'·=>·'Windows·Ave.'
┊ 'houseNumber' => '3422'
┊ 'postcode' => '12F000'
┊ -····'city'·=>·'Los·Angeles'
┊ +····'city'·=>·'Los·Angeles'
┊ 'country' => 'USA'
┊ )
I've already tried this but nothing ... How to replace decoded Non-breakable space (nbsp)
Help... Thanks