Question

Any suggestions on how to effectivley do this? I need it for autmization of .sql-data-delivery and couldn't find a solution till now. For reading out the encoding i use the juniversalchardet-1.0.3 library, which works pretty well. Still i also have to read out the the line-ending format and if needed change it. any help would be apprececiated.

Was it helpful?

Solution 2

Found a solution: http://ostermiller.org/utils/LineEnds.html Works like a charm. Feel free to use it if u have a similar problem.

OTHER TIPS

You can use the org.apache.commons.io.IOUtils-class. They have the fields LINE_SEPARATOR_UNIX and LINE_SEPARATOR_WINDOWS.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top