On 12/04/13 19:05, Andrew Fish wrote:
> When I build a log file I noticed that it has line ending issues. Most
> of the file seems to have 0x0d 0x0a, but some cases have 0x0a 0x0d 0x0a
> which my editor thinks is a upside-down question mark. I’m guessing this
> is an OS specific line ending issue with the Python code? As you can see
> in the PS OS X uses LF for newline. 
> 
> given:
> 0x0a -> LF
> 0x0d -> CR 
> 
> The sequence is strange as I thought Windows was CR+LF? I wonder what it
> looks like on Linux?

It seems to be CRLF throughout.

Thanks
Laszlo

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to