Posted 18 years ago
by Ernesto Obregon
I have a text file that contains some partially encrypted text. I can open/save the file just fine using NOTEPAD.EXE, however when using the Actipro Syntax Editor with the .LoadFile and .SaveFile Public Sub procedures the encrypted portion of my text gets altered in some way? The encrypted text is still in the file, but slightly different. The actual application that uses the encrypted text produces errors when reading it.
Again I can read/save the file in NOTEPAD.EXE without any trouble. The Actipro Syntax Editor is working terrific for everything else.
I have tried all encoding types (ASCII, BigEndianUnicode, UTF32, Unicode, UTF7 and UTF8) available through LoadFile and SaveFile sub procedures. I made sure to use the same encoding types for loading and saving and did not mix/match them.
Any ideas ?
thanks
teamels
Again I can read/save the file in NOTEPAD.EXE without any trouble. The Actipro Syntax Editor is working terrific for everything else.
I have tried all encoding types (ASCII, BigEndianUnicode, UTF32, Unicode, UTF7 and UTF8) available through LoadFile and SaveFile sub procedures. I made sure to use the same encoding types for loading and saving and did not mix/match them.
Any ideas ?
thanks
teamels