I have a string stored in the database as: Nüguns
, and when I do a print_r
I get this:
array (
[0] => N�guns
)
Then when I do json_encode
, the value becomes null
Is there something I need to do in order for json to encode it correctly?