|
|
|
|
|
by mikegioia
4542 days ago
|
|
Just out of curiosity, could you expand on that a little more? I'm currently in the process of ripping my hair out with json_encode issues. We send back a json_encoded array containing a property "html" with html markup to be injected back into a contenteditable div. Originally I had a ton of problems if there happened to be the invisible unicode character in there (php's str functions could not find/replace this character no matter what I tried). However, this is the first I've seen those flags the GP mentioned. |
|