in reply to Re^7: URL string compression?
in thread URL string compression?
Be aware that packing 0 .. 65536 into 2 bytes is going to result in filenames containing all manner of control characters and 8-bit characters that even if the filesystem accepts them will be nigh impossible for any user to type.
You'll probably need to hexify the numbers to make them acceptable for use, with the possible resultant greater length.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: URL string compression?
by ikegami (Patriarch) on Feb 14, 2006 at 05:14 UTC |