Auto-Detect Character Encoding in Java

前端 未结 1 1068
暖寄归人
暖寄归人 2020-12-14 09:04

Seems to be a fairly hit issue, but I\'ve not yet been able to find a solution; perhaps because it comes in so many flavors. Here it is though. I\'m trying to read

相关标签:
1条回答
  • 2020-12-14 09:59

    The Mozilla's universalchardet is supposed to be the efficient detector out there. juniversalchardet is the java port of it. There is one more port. Read this SO for more information Character Encoding Detection Algorithm

    0 讨论(0)
提交回复
热议问题