i tried to convert a file with umlats in the filename from pdf to xml. Unfortunately that failed. I am trying to integrate the library into an automated process. The codepage of the file path is windows-1252. The codepage of the command line is normally 850. I also changed the codepage of the command line to 1252 as well and try it again, but that didnt work. The third thing that i did was setting the codepage of the command line to 65001 and convert the path to UTF-8, but that also didn't work
if i try to open a command line manually and enter the paths, the library is always giving the following output:
error : string is not in UTF-8
error : string is not in UTF-8
error : string is not in UTF-8
can anybody help me?
Regards,
Mario
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
i tried to convert a file with umlats in the filename from pdf to xml. Unfortunately that failed. I am trying to integrate the library into an automated process. The codepage of the file path is windows-1252. The codepage of the command line is normally 850. I also changed the codepage of the command line to 1252 as well and try it again, but that didnt work. The third thing that i did was setting the codepage of the command line to 65001 and convert the path to UTF-8, but that also didn't work
if i try to open a command line manually and enter the paths, the library is always giving the following output:
error : string is not in UTF-8
error : string is not in UTF-8
error : string is not in UTF-8
can anybody help me?
Regards,
Mario