Closed ugGit closed 1 year ago
Just a side note. The file used for testing is the exact same file as the French one. To change the encoding, I performed the following steps:
Why taking the french file? Well, it has special characters inside where likely the conding between UTF-8 and ANSII differs. Thus, the encoding format is conserved. I got hinted to that fact by this forum thread https://community.notepad-plus-plus.org/post/18553
Close #134
Adding the functionallity to specify a file encoding when reading RPX files. This change is complemented by a test case reading in the french RPX test file after having it converted to cp1252.
This implements issue #134.