From e4ddbf1599bc8c937e0c3074d02e3d73851c918b Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Thu, 5 Jan 2017 12:52:56 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f84d8c0..6cf6ca4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Lossless compression for any text. The more repetition in the text, the better. 16 bit encoding is used. So each 8 bit character is encoded as 16 bit. This means that the dictionary size is 65280. +Any special characters like `äöå` that are represented with multiple characters are supported. The special characters are split up into single characters that are then encoded and decoded. + While compressing, the algorithm checks if the result size gets over the input. If it does, then the input is not compressed and the algorithm returns the input prematurely as the compressed result. # usage