Re: AI fun
- Posted by petelomax 3 weeks ago
- 194 views
ChrisB said...
Well, that's odd - thanks anyway!
This site don't like unicode. What the message "Incorrect string value: '\x92s HTM...'" is trying to tell you is that
there is the text "If the user's HTML has a typo" only instead of a sane single quote it has used a unicode apostrophe.
So when you get a message like that, you need to search for (in this case) "s HTM" and see if you can spot a non-ascii char.

