unsupported encoding command ansicpg1254
Multi platform library to read and write schedule data
Brought to you by:
joniles
Hello,
It seems that the RTF parser kit library does not support "ansicpg1254" encoding which is the encoding for Turkish. I am attaching a sample .mpp file to reproduce the error. I am willing to help with improving the RTF parser library but I am not sure from where to start...
Thanks,
Tiberiu
I think I found the problem. In class com.rtfparserkit.parser.standard.Encoding it needs to also be added this locale ID mapping:
LOCALEID_MAPPING.put("1254", "Cp1254");Thanks for the report. I've updated rtfparserkit and MPXJ with the fix. That will be availbel in the next MPXJ release.