tabula-java icon indicating copy to clipboard operation
tabula-java copied to clipboard

I'm getting text result not encoded in utf-8

Open gosforth opened this issue 3 years ago • 1 comments

In Windows I run command:

java -jar C:/temp/tabula-win-1.2.1/tabula/tabula-1.0.4-jar-with-dependencies.jar -b C:/temp/in-o C:/temp/out

Works great but result is encoded not in utf-8 - cannot read some characters replaced by '?' When I use GUI (web interface), encoding works great.

Is there any way to set proper output encoding? Regards

gosforth avatar Feb 23 '21 09:02 gosforth

Hi, i had same issue, try starting the jar with java -Dfile.encoding=UTF-8 -jar

StefanBratanov avatar Mar 12 '21 10:03 StefanBratanov