I wonder if there's a direct way that converts utf-8 to unicode. Because some method like setWindowCaption use irr::core::stringw, while strings produced by xml reader can be either stringc or stringw.
If not, maybe I should avoid the trouble and save all xml files using unicode.
