openPlanB icon indicating copy to clipboard operation
openPlanB copied to clipboard

Why is the getAsBinDump using L instead of 1?

Open skinkie opened this issue 10 years ago • 3 comments

https://github.com/MichaelKreil/openPlanB/blob/master/node.js/plan_modules/plan_utils.js#L122

skinkie avatar Feb 15 '14 16:02 skinkie

For a stupid reason: by using a little L, I can open the bin dump as raw image in Photoshop or as raw audio in audacity to make further analysis of the data structure ... seeing and hearing patterns ... The ascii values of "0" and "1" have only a distance of 1 but "0" and "l" (Little L) have a distance of 60.

MichaelKreil avatar Feb 17 '14 14:02 MichaelKreil

I see, for importing it in a VARBIT it is not very practical ;)

skinkie avatar Feb 17 '14 14:02 skinkie

Yeah, sorry about that :/

MichaelKreil avatar Feb 17 '14 14:02 MichaelKreil