This is developed especially for files with odd binary data, such ass media libraries and any Unicoded files.
I have modified textreplace.dll, to deal with ALL unicode files.
NewTextReplace Plugin for Ansi- & Unicode NSIS
Release Notes:
Development Test 4.1 (2010-01-19)
- notes:
Added additional credit to the dev. of the TextReplace plug-in.
It did already for the source and readme, but not for the .nsh file.
As it ends up being the only file included into most packages, I considered it important enough to update.
Development Test 4 (2010-02-04)
- features:
All the code is in C, so no more extended macros.
Fully compatible with ReplaceInFileWithTextReplace.nsh - bug fix:
The last release had a messagebox appearing, left behind of my testing. Has been dealed with! - known bugs:
Case-Insensitive, only works if using latin characters !
Development Test 3 (2010-01-19)
- notes:
Full support for ANSI- & Unicode NSIS
Development Test 2.1 (2010-01-14)
- notes:
The plugin has not been updated, just done some changes to the macros !!! - bug fix:
Fixed the warnings, when compiling for UTF-8
Done away with the unicode Messagebox function
Development Test 2 (2010-01-14)
- features:
UTF-16LE support added
MultiByteToWideChar() function added, which converts UTF-8 to UTF-16LE on a proper way.
Messagebox function which shows UTF-8 strings
Development Test 1 (2010-01-11): Initial release
- features:
UTF-8 support