Entering content frame

-8046: Conversion from UNICODE impossible 

Explanation:

You tried to convert data in UCS-2 format (see also Overview: UNICODE) into an ASCII format. This is not possible because the data contains characters other than Latin1 characters.

User Action:

Check whether the data is correct.

You cannot perform a conversion explicitly. You can try to avoid this error by explicitly converting the ASCII data used, for example, for comparisons.

 

Leaving content frame