开发者

detecting a string charset

开发者 https://www.devze.com 2023-01-19 04:45 出处:网络
i am looking for the best linux library that will let me detect a string charset. 开发者_运维百科

i am looking for the best linux library that will let me detect a string charset. 开发者_运维百科 any idea ?


ICU is a quite good library, you might use ucsdet_detect or ucsdet_detectAll to detect 'possible' matches on the charset of an input buffer.

0

精彩评论

暂无评论...
验证码 换一张
取 消