note to self
[org.ibex.util.git] / src / org / ibex / util / Encode.java
index 12e8bb8..790c526 100644 (file)
@@ -8,6 +8,8 @@ import java.io.*;
 import java.util.zip.GZIPInputStream;
 import java.util.zip.GZIPOutputStream;
 
+// FEATURE: add ASCII85Encoding (see pdf spec)
+
 /** General <tt>String</tt> and <tt>byte[]</tt> processing functions,
  *  including Base64 and a safe filename transform.
  *