cbpporter Messages: 1428 Registered: September 2007
Ultimate Contributor
silverx wrote on Wed, 01 June 2011 14:49
I tried that, and still got the same error. I tried that after trying that on another issue.
Any more suggestions?
Yes. You may be trying to insert a invalid sequence into a Utf8 sequence, very common when trying o copy a 8bit encoding into Utf8 without converting it first.
Try dumping the binary values of inl somewhere and seeing if they are valid Utf. Easy way to see: if you have characters over 127, then the following character must follow special rules.