Notified File Reader

   This is a program, which detects and displays changes in text files with various encodings(ANSI, Unicode Little Endian and UTF-8). It written solely for my personal use, thats why it lacks some features, which are usually met in ordinary programs(I don't need them and find it unnecessary to lose time to write the code needed for).
   It can monitor existing file or wait of creation of file with given file name. It can also be used to convert files from one encoding format to another. Uses Win32 API built-in mechanism to implement asynchronious monitoring. Whole implementation is very straightm there are no advanced tehnics or tricks. Anyway, it is good example for Win32 API beginner programmers - especially use of File Mapping, an example how to work with file content without any buffers in memory. On figure 1 is given a simplified view of main interface elements, explained where needed. In Change log u can find planned changes in hypotetic future releases.