GNU General Public License version 2 (GPLv2)
http://rle.codeplex.com/licenseOleg Orlov, 2013 (c), RLE encoding/decoding tool, version 1.0.1 (v1.01)
C#, .NET 2.0 by default. It could be upgraded to any version of the .NET framework.
I have downgraded the .NET version only for the compatibility aims
and for the easy reproduction of the program to any other language.
http://rle.codeplex.com/This release contains MS Visual C# 2008 Express, x64 build ( by default ) with studio files, so it can be converted to the higher version of Visual Studio. Despite on using Windows Server 2012 at home, I prefer work with 2008 version of Studio and using the newest only if I need it for special projects like: Silverlight, Hilo, U/KMDF projects etc...
Added:- support for the old RLE-encoding method through the option "-old" (e.g. "encode abbcdd -old"),
where encoded string may have the indicator, that there is only 1 symbol in sequence
(e.g. "abbcdd" -> "1a2b1c2d")
Fixed:- some problems with the decoding process, the problem related the the radix of number
Scheduled update of the next version v1.0.2 (v1.02):- Adding the feature for encoding/decoding the string, which contains only the integers in its body
(e.g. "1112223444") with using the technique, which is similar to the "Huffman coding"(I meant the side of the decoding process)
- Adding the feature for keyboard input/console read line