Java charset and Windows

前端 未结 5 440
广开言路
广开言路 2020-12-10 20:12

I have a Java program that runs msinfo32.exe (system information)in an external process and then reads the file content produced by msinfo32.exe. When the Java program loads

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-10 20:57

    You could try to use a library to guess the encoding, for instance I have once used this solution.

提交回复
热议问题