From: Christophe de V. <cde...@al...> - 2004-09-30 08:36:56
|
Anton Dedov wrote: >So I just need handly convert strings to utf-8 from my locale and vice >versa each time I process xml? > > Yes. I personnaly use iconv (wrapped into a C++ class so I don't care about the memory handling in my code). Christophe |