Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line Breaks: %%--PP #190

Closed
slifty opened this issue Jun 25, 2015 · 2 comments
Closed

Line Breaks: %%--PP #190

slifty opened this issue Jun 25, 2015 · 2 comments
Assignees

Comments

@slifty
Copy link

slifty commented Jun 25, 2015

I'm exploring the idea of creating a new "network" output type which could send the output to a TCP as opposed to stdout or a file.

When the output type is txt, I'm noticing that new lines are being sent as 0x25 0x25 0xAD 0xAD 0xD0 0xD0 which, when parsed as ASCII, amounts to %%--PP.

00:00:06:673   0   FC:%:25    <>   ..   ..
00:00:06:706   0   FC:%:25    <>   ..   ..
00:00:06:740   0   FC:-:AD    <>   ..   ..
00:00:06:773   0   FC:-:AD    <>   ..   ..
00:00:06:806   0   FC:P:D0    <>   ..   ..
00:00:06:840   0   FC:P:D0    <>   ..   ..
00:00:06:873   0   FC:I':A7    I'   ..   ..
00:00:06:906   0   FC:M :20    M    ..   ..
00:00:06:940   0   FC:NO:4F    NO   ..   ..
00:00:06:973   0   FC:T :20    T    ..   ..

I've spent a very long time scouring the code base to better understand why this might be, and more specifically, why this does NOT render as %%--PP when writing to stdout, but I think I have to give up in the name of my sanity.

Does anyone know the answer to this riddle?

@cfsmp3
Copy link
Contributor

cfsmp3 commented Aug 8, 2016

slifty what's the current status?

@cfsmp3
Copy link
Contributor

cfsmp3 commented Nov 7, 2016

Closing since original poster doesn't reply.

@cfsmp3 cfsmp3 closed this as completed Nov 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants