OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gag me with a blunt …




> Maybe I am way off base here, but my experience with XML on OS/390 has 
> shown that there are actually two EBCDIC "newline" characters: one is 0x15 
> (EBCDIC NEWLINE), and the other is 0x25 (EBCDIC LF or linefeed char). The 
> IBM C++ compiler outputs 0x15 when you print "\n", but each record of 
> mainframe text datasets appears to be terminated with 0x25.

The numbers you are quoting are the EBCDIC numbers of the characters.

EBCDIC character 0x15 and 0x25 correspond to the Unicode characters
0x85 (NEL) and 0xA (LF), thought which is which seems to vary - see

  http://www.unicode.org/unicode/reports/tr13/tr13-5.html

for more information.

-- Richard