Commit 7398dcc
committed
Allow z/OS to work in either EBCDIC or ASCII mode
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.1 parent 81e6b4a commit 7398dcc
2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4470 | 4470 | | |
4471 | 4471 | | |
4472 | 4472 | | |
| 4473 | + | |
4473 | 4474 | | |
| 4475 | + | |
| 4476 | + | |
| 4477 | + | |
| 4478 | + | |
| 4479 | + | |
| 4480 | + | |
| 4481 | + | |
| 4482 | + | |
4474 | 4483 | | |
4475 | 4484 | | |
4476 | 4485 | | |
| |||
0 commit comments