我正在使用下面的代碼來讀取文本文件的內容。該文件編碼某種UTF8格式:你如何閱讀Metro中的UTF8阿拉伯語文本文件?
String File = "ms-appx:///Arabic/file.txt";
contents = await Windows.Storage.PathIO.ReadTextAsync(File, Windows.Storage.Streams.UnicodeEncoding.Utf8);
但上面的給我的錯誤:
WinRT information: No mapping for the Unicode character exists in the target multi-byte code page.
任何想法,我做錯了什麼嗎?
感謝