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
2010-10-10 10:13:58
thanks a lot. it's exactly what i need
2010-10-10 12:21:47