(Retracted by #8264) Externally: join() was still quite UTF-8-unaware.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 29 Dec 2000 07:08:32 +0000 (07:08 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 29 Dec 2000 07:08:32 +0000 (07:08 +0000)
commitc512ce4f7f4a9bd0f491f91cb5a15fcb65ee37d9
treefaecae30ec45ee9fe9180f727c600de58a3a50d2
parenta7514e1ec900a5b60cda6ed25728476973d26ae0
(Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
that the only cases to care about are byte+byte and byte+character.

TODO: See how well pp_concat() could be implemented in terms
of sv_catsv().

p4raw-id: //depot/perl@8248
doop.c
sv.c
t/op/join.t
utf8.h