On 19/04/2010, Siegfried Goeschl <[email protected]> wrote: > Hi folks, > > I just had to type stupid code to do line ending conversion between Windows > and Unix since I couldn't find existing code doing that. Would this be a > useful contribution to Commons (e.g. lang, codec, io)
Many editors support EOL conversions, as do Ant and Maven. It's also easy to do in scripting languages such as Perl. I'm not saying it there is no need to have a Java implementation as well, but how useful it might be would depend on how easy it is to use, i.e. the proposed API. > Thanks in advance, > > Siegfried Goeschl > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
