You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IBM has an initiative underway to port various open source projects to
work on z/OS, running under ASCII. But its native character set is IBM
1047. This requires a bunch of fancy footwork that they have
undertaken. One of the necessary things is to be able to set the
character set of a file descriptor. The __setfdccsid() function does
that, but it and its header file, zos.h, are only defined in ASCII
builds. This commit allows perl to work in both modes.
0 commit comments