Hi,
I am writing a windows store app with winjs2.0 on won8.1.
I am reading a .json file from disk using Windows.Storage.FileIO.readTextAsync
.
All is fine until I put some non english letters in the file, like Æ Å Ø
The file is in Windows.Storage.ApplicationData.current.localFolder
The error I get is (rough translation from Danish language): WinRT: No mapping for the Unicode character exists in the target multi-byte code page.
any idea how to read those chars in WinJs?