silence Well-known member Jul 8, 2015 #1 I have a string that's fetched that's using special symbols. ツҒɛƨтιʌɛ Ғσϰ How can I deal with that as it won't display in XF when outputting it to a template?
I have a string that's fetched that's using special symbols. ツҒɛƨтιʌɛ Ғσϰ How can I deal with that as it won't display in XF when outputting it to a template?
silence Well-known member Jul 8, 2015 #2 Ok that's weird, maybe it's how I'm storing it? When I serialize it, the entire string goes away?
silence Well-known member Jul 8, 2015 #4 Jake B. said: Are you using UTF8 for that field? Click to expand... Yeah. utf8_general_ci.
silence Well-known member Jul 8, 2015 #6 Jake B. said: Mind sharing some code and the schema for that table? Click to expand... I actually think I fixed it haha! I switched to using json_encode and it seems to have fixed it.
Jake B. said: Mind sharing some code and the schema for that table? Click to expand... I actually think I fixed it haha! I switched to using json_encode and it seems to have fixed it.