http://qs321.pair.com?node_id=11121876


in reply to Re^2: Losing Bits with Pack/Unpack
in thread Losing Bits with Pack/Unpack

I doubt there are any simple solutions with just pack and unpack. Most of the complexity of the base2048 implementation I've linked comes from paying attention to Twitter's rules about what it considers a "text" or "CJK" or "sendable" character. Perl's comprehensive Unicode support (character classes in regexes etc.) might be useful, if you were to rewrite the thing in it.