encoding
MRAB
python at mrabarnett.plus.com
Mon Feb 14 13:58:45 EST 2011
On 14/02/2011 18:03, Verde Denim wrote:
>
>
> On Mon, Feb 14, 2011 at 12:46 PM, MRAB <python at mrabarnett.plus.com
> <mailto:python at mrabarnett.plus.com>> wrote:
>
> On 14/02/2011 17:10, Verde Denim wrote:
>
> All
> I'm a bit new to py coding and need to setup some code to
> encode/decode
> base 128.
> Anyone here have some info they can point me to do get this
> done? I've
> been looking around on the web for a few days and can't seem to
> lay my
> hands on anything definitive.
> Thanks in advance for your help.
>
> http://en.wikipedia.org/wiki/LEB128
> --
>
> MRAB
> Thanks for the reply. The link you sent will (hopefully) give me a
> starting point. Do you know if there are particular implementations of
> base 128 encoding that differ from LEB?
>
I don't know anything more about it. Implementing it should be very
easy; it's a very simple encoding.
More information about the Python-list
mailing list