Revert one hunk of change 32034 that had the possibility of being buggy
authorNicholas Clark <nick@ccl4.org>
Sat, 6 Oct 2007 10:23:26 +0000 (10:23 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 6 Oct 2007 10:23:26 +0000 (10:23 +0000)
commit7fddd94457983d86b562b409f0a846c0a764f8d7
tree58edf1082167bfbff71447af78ea3b954d188681
parenta5849ce59200ae4eedc45d2d16a7d1a3b6fc0ee2
Revert one hunk of change 32034 that had the possibility of being buggy
(the sprintf "%c" code will work correctly when the SV is UTF-8).
Audit all the rest for UTF-8 correctness, and force SvUTF-8_off() in
utf8.c to ensure correctness. (The string is reset to "", so this will
not be a behaviour change.)

p4raw-id: //depot/perl@32040
dump.c
regcomp.c
utf8.c