In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 20 Feb 2002 22:15:23 +0000 (22:15 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 20 Feb 2002 22:15:23 +0000 (22:15 +0000)
commit36fec512d0f14b1b52f266589c60192b619fa2ff
tree1c1466f9cbc46151403b2a20431733d598c5ab6a
parente486a898ae6f84b70e35d58345c832b5915d9e9f
In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
twice, causing the loop to skip every other character.

p4raw-id: //depot/perl@14800
utf8.c