Unsupported encoding error when reading resource notes
Multi platform library to read and write schedule data
Brought to you by:
joniles
The issue is:
when any project contains a note inside any of its resources the project throw an exception while reading the Project, see the below lines:
File file = new File(@"C:\b4ubuild_sample_07.mpp");
>>ProjectFile project = reader.read(file);
I tried this on MPKJ version 5.1.5.
and this the file I used while developing: http://www.b4ubuild.com/resources/schedule/b4ubuild_sample_07.mpp
This is the Exception Message: Unsupported encoding command ansicpg1256
and attached a file sample contains only one resource with text in notes.
This is now fixed by the code in Git.