Closed pkess closed 4 years ago
I see I created a conflict for you when I merged pull request #4. I'm sorry about this. :-(
Are you planning to implement the actual conversion in this MR? If not, I can take care of the conflict, merge your pull request and either me or you can then continue the work.
Ok, i implemented a support for codepage translation inside of dotprint now. Hope you like those changes. Otherwise feel free to give me feedback so i can improve it. The same translation files as in your cp2utf8 can be used. Open points and questions:
I converted my test files to the original encoding in 662aba17ab31ca98e026dd25749cecd942e35f0a (in master). As far as the conversion tables are concerned, feel free to copy them, at least for now. Into something like data/
or tabes/
.
Thank you for all the work you invested in this!
Here we go with my suggestion to implement the codepage translation inside of dotprint. I think the work on this pr is mostly done. Last open point from my side is to implement a dynamic load mechanism for the codepage translation as you already implemented in your cp2utf8 project.