Skip to content
⌘ NSIS Forum Archive

ROT13 header file

7 posts

Comm@nder21#

ROT13 header file

header file for the famous ROT13 string codec, including ROT5 functionality.
ENJOY!
😁

more information at http://www.rot13.de 😉
Anders#
doesnt compile...
Uppercase chars are converted to lowercase so I guess its not proper ROT13 either
Pidgeot#
There are a couple of comments that are placed directly after a command - put a space between the command and the comment, and it'll work.
Comm@nder21#
works fine for me without the spaces. (latest cvs compilation)

and, yep anders, you're right. its not proper rot13 because StrCmp isnt casesensitive yet 🙂

so, atm its case insensitive.

attached the file with spaces to fix the compile errors for you 🙂
Comm@nder21#
- smaller script size, less macro includes.
- preparation for case sensitivity.