ady wrote:
The hlp file name extension under Windows makes unnecessarily "complicated" to read or edit the content of those files. Thus the change to txt.
Those two files are not pure text files. There are two control characters inside when decoded in ASCII. FF (0x0c) and SI (0x0f)
Are you sure there will be no problem editing them in Windows' Notepad?