Re: Line disciplines (was Re: RFC 69 (v3) Standardize input record separator)

2000-08-11 Thread hao
Since what I proposed is obviously the wrong thing to do, I'm wondering whether I should try redrafting RFC 69 or withdrawing it completely, after which hopefully someone else will make a better proposal. Please let me know. Thanks. -Hao

Re: RFC 69 (v1) Standardize input record separator (for

2000-08-09 Thread Simply Hao
Hildo, I knew it was an incomplete proposal and was waiting to hear reactions, keeping in mind Unicode support. Thanks for reminding me of Larry's previous post. I will also update the RFC to document the problem more completely. -Hao

Re: RFC 69 (v1) Standardize input record separator (for

2000-08-10 Thread Simply Hao
> Has anyone taken on RFCing line disciplines? Working on it. Updating RFC 69 -Hao

Re: RFC 69 (v2) Standardize input record separator (for

2000-08-10 Thread Simply Hao
> Perl should provide the greatest ease for the greatest number of > people; and the majority of people reading text files are reading > platform-native text files. This was a big oversight on my part. Version 3 reflects this, which should be heading your way RSN. -Hao

Re: RFC 69 (v2) Standardize input record separator (for

2000-08-10 Thread Simply Hao
uot;, "\025"; Weird OS: use newlines "\t"; Something like that? Okay, maybe what I really want is $/ to be a regex. -Hao

Re: Line disciplines (was Re: RFC 69 (v3) Standardize input record separator)

2000-08-16 Thread Simply Hao
I'll try to scrap and rewrite the RFC this weekend. > $/ = qr/[\r\n]/f; # fast ? How about we use the specialized DFA regex, but also slightly different notation? -Hao