Frage

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.

War es hilfreich?

Lösung 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.

Andere Tipps

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top