Scott,

Based on your suggestion. I checked http://en.wikipedia.org/wiki/Iconv and http://www.icu-project.org/userguide/codepageConverters.html. I need to support windows and Linux and ICU converter turned out to be a better fit for me. I used ICU before related to Xerces and Xalan library.

Just some update on this one. Thank you for your help.

 

On Tue, Jun 3, 2008 at 6:04 PM, Li, PingShan (Kansas City)
<pingshan.li_at_[hidden]> wrote:
> I need to convert a big5 encoded string to utf-8 format. Is there anything
> in boost I can use for that? Or any suggestions?
>

Boost.Regex uses ICU[1] for Unicode support, so that's the most related
thing I can think of.

[1] http://www.icu-project.org/