tags:

views:

36

answers:

1

hello. i am looking for the best linux library that will let me detect a string charset. any idea ?

+1  A: 

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.

Vinzenz
thanks a lot. it's exactly what i need