Re: Experimental builds for Euphoria 4.2
- Posted by jmduro in February
- 1144 views
petelomax said...
jmduro said...
Couldn't insert new pastey: Incorrect string value: '\xE2\x80\x98ini...'
Search the text you are trying to post for "ini" (w/o the quotes): it is struggling with the three bytes before that (or one of that).
I believe it is a "LEFT SINGLE QUOTATION MARK" (U+2018) which of course you should replace with the saner ' (#27) and I think I can
safely predict there will be a "RIGHT SINGLE QUOTATION MARK" that goes with it, ditto.
Thank you Pete but there is still a problem:
Couldn't insert new pastey: Data too long for column 'body' at row 1
The zipped log is only 14KB. Is there another way to send it ?
Jean-Marc