0 Members and 4 Guests are viewing this topic.
If you need any help with the 'bit splitting' part, I'm willing to help!
And thanks for using the official wiki \o/
Now I still need to make it transform some 'bytes' into ASCII characters in order to slightly decrease the size of the output.
Looks very good! Good job again!Quote from: hoffa on May 29, 2011, 05:30:50 amNow I still need to make it transform some 'bytes' into ASCII characters in order to slightly decrease the size of the output.The range of that you can compress it 32-126 (except 92 and 34), higher than that causes problems, because its stored in utf-8 and they then take 2 bytes.
I am a proud cynic.