jahewson / node-byline

Line-by-line Stream reader for node.js
https://github.com/jahewson/node-byline
Other
325 stars 53 forks source link

Doesn't work with codepoint 133 #41

Open mping opened 8 years ago

mping commented 8 years ago

My file has a space which is actually codepoint 133 (paragraph I guess). This module breaks with that character.

jahewson commented 8 years ago

This was added in #32, please update to 5.0.

mping commented 8 years ago

I'm using 5.0.0, I dont want to use codepoint 133 as linebreak. I am parsing json and if I have that codepoint on a string, it will break and parse will err.

We should at least be able to configure line breaks imho.

jahewson commented 8 years ago

Oh, I see. Yes, something needs to be done about this.

mping commented 8 years ago

Thanks!