A question about EBCDIC compiler

sotrdg sotrdg euloanty@live.com
Mon Sep 14 04:36:25 GMT 2020


How does the compiler deal with characters with EBCDIC string literals enabled?

How does glibc deal with EBCDIC compiler?
For example

printf(“Hello World: %d\n”,4);

What encoding would this be on EBCDIC compiler? Will 4  become EBCDIC’s “4” or ASCII’s “4”?

How does the filename get dealt with on EBCDIC compilers?


Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10



More information about the Libc-alpha mailing list