如何打开以utf8编码的txt,然后让txt内容显示到mfc的edit控件下

怎么打开以utf8编码的txt,然后让txt内容显示到mfc的edit控件上
怎么打开以utf8编码的txt,然后让txt内容显示到mfc的edit控件上?希望详细点谢谢各位了

------解决方案--------------------
Windows NT4.0 supports Unicode<->UTF8 translation via MultiByteToWideChar()/WideCharToMultiByte(), using CP_UTF8 for the CodePage parameter, but it only works when none of the flags are set for dwFlags (therefore, you need to specify 0 for dwFlags).