UTF-8 Exports incorrect format

Started by tarix, April 18, 2008, 07:13:58 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tarix

Bug:
When exporting UTF-8 the lines are terminated incorrectly.

Currently they are in LF+CR order which is not a valid line break on any modern OS.

Expected Result:
Since StackZ! is currently Windows only the line breaks should always be in CR+LF order.

Chris

Are you sure about that? I just verified it, Stackz has always used the "\r\n" sequence, which is "return" (hex 0D) and "newline" (hex 0A).

tarix

Ah, see!  I did report it.  ;D

Thanks for hunting this down for me.  I'm going to go check out that UTF-8 fix too!