From: "John Cowan" <[EMAIL PROTECTED]> To: "Raymond Mercier" <[EMAIL PROTECTED]>
> Raymond Mercier scripsit: > > > Since the lines in Unihan are separated by 0x0A alone, not 0x0A0x0D, this > > means that when opened in notepad the lines are not separated. Notepad does > > have the advantage that the UTF-8 encoding is recognized, and the characters > > are displayed. > > Changing to a line terminator that Notepad does understand is absolutely > trivial to do. Use WordPad and you're done with it. But it's true that NotePad should have been able to read text files using Unix conventions (like the DOS EDIT tool or WordPad...) and not only the DOS/Windows/MIME CR+LF line-endings.

