strings with \x{..} in the middle are corrupted
authorRoca, Ignasi <ignasi.roca@fujitsu.siemens.es>
Fri, 5 Jan 2001 12:28:52 +0000 (13:28 +0100)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 5 Jan 2001 14:55:13 +0000 (14:55 +0000)
commit65e2654b3cf08ae676040518f84657b8a84698e3
treead7137caf06033e8b025978591bab1928fc2da49
parentfd400ab9029cac48f6054d57b59a99ec1c5d5e1e
strings with \x{..} in the middle are corrupted
Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>

UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
no effect.  (changed the strncpy() to Copy())

p4raw-id: //depot/perl@8329
toke.c