On Sep 16, 9:24 pm, Nicolas <[email protected]> wrote:
>
> The steps are as follows:
>
> 7. Place the 5-bit chunks into reverse order:
> 00001 11111 10000 01010 00010 00001
> 8. OR each value with 0x20 if another bit chunk follows:
> 100001 111111 110000 101010 100010 000001

>
> P.S. I'm sure this isn't the right spot to report this omission in the
> documentation, but hopefully you will be able to pass it on to the
> right people.

Actually this spot is fine. But (if I might be so bold) I don't think
the documentation is wrong. "OR each value with 0x20 if another bit
chunk follows" is fine. There isn't another chunk after the last one,
so it doesn't get OR'd.

Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to