On Tue, Jul 08, 2003 at 11:44:59AM -0400, Alexander R. Pruss wrote:
> That still leaves one question.  Does the OS encode CRLF into a WChar as
> 0x0D0A or as 0x0A0D?  (These endian things are confusing.)  Or as
> something else?

I would highly doubt that. I would suspect that a CRLF would be
represented as two WChars, 0x000D and 0x000A. Besides, I bet that it's
like this to maintain downward compatiblity with single-byte character
sets.

-- 
Adam McDaniel
Array.org
Calgary, AB, Canada
_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to