I want to convert a string based on its character set. There can be various character sets such as iso-2022-jp, big5, gb2312 etc.
Is there any build in standard library function or boost function that can convert given string to given character sets.
If there is no standard library function, then I am open to use boost functions as well.