SirCharles
Programmer
encoding of <96> throws error. This is an ndash:
I'm attempting to use sqlldr. Before the text is
loaded, I'm encoding all chars with following:
s/([^A-Za-z0-9_',])/sprintf("%%%02X",ord($1))/ego;
This throws following error:
Malformed UTF-8 character (unexpected continuation byte 0x96, with no preceding start byte) in substitution iterator at test.pl line 65, <IN> line 1.
I'm attempting to use sqlldr. Before the text is
loaded, I'm encoding all chars with following:
s/([^A-Za-z0-9_',])/sprintf("%%%02X",ord($1))/ego;
This throws following error:
Malformed UTF-8 character (unexpected continuation byte 0x96, with no preceding start byte) in substitution iterator at test.pl line 65, <IN> line 1.