Current Forum: Homework 4 - Huffman Trees (Part 1) |
Date: Mon Oct 8 2001 8:49 am |
Author: Lee, Peter <petel@cmu.edu> |
Subject: Re: wingdings, etc |
|
|
Yes, that's right.
If you want to use Emacs to get a more accurate look at your compressed file, you can use its "hexl" mode. To enter hexl mode, open your compressed file and then use the command "M-x hexl-mode". You'll see your file in two columns. The right column will be the character-oriented display that you've already been seeing. The left column will be the bit-wide representation, shown in hexadecimal. |
|