Вопрос

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.

Это было полезно?

Решение 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.

Другие советы

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top