Introduction - If you have any usage issues, please Google them yourself
The source code through the establishment of a string table, with a shorter code to represent a long string to achieve compression. Extract the original text file data in a different character, based on these characters to create a compiled table, and then compile the table of characters the index to replace the original text file data in the corresponding characters, reducing the size of the original data. We are here to create pre-compiled form is not good, but dynamically created based on original file data, and decoding the encoded data can be restored out of the original build sheet.