ConvertExt source code? Or other EBCDIC converter plugin?
-
Hi, I was a user of the 32bit version of NPP and switched to the 64bit version recently. Unfortunately there seems to be no EBCDIC to ASCII converter anymore. When I put the old ConvertExt DLL in the plugins directory NPP tells me that it cannot load 32bit DLLs anymore, of course.
So where is the source code of ConvertExt? I want to build a 64bit DLL.
Or is there any other good plugin for converting EBCDIC? -
I’d use iconv (for example, from http://gnuwin32.sourceforge.net/packages/libiconv.htm) for the conversion.
And PythonScript or NppExec plugin can be used to create a script that will call iconv to convert the current file.