标签: c++ linux character-encoding
我正在寻找能让我检测字符串字符集的最佳linux库。 任何想法?
答案 0 :(得分:2)
ICU是一个非常好的库,您可以使用ucsdet_detect或ucsdet_detectAll来检测输入缓冲区的字符集上的“可能”匹配。