|
|
|
|
|
by adambrenecki
2775 days ago
|
|
Another neat encoding is the base-20 character set that Open Location Codes ("plus codes") use: > The characters that are used in Open Location Codes were chosen by computing all possible 20 character combinations from 0-9A-Z and scoring them on how well they spell 10,000 words from over 30 languages. This was to avoid, as far as possible, Open Location Codes being generated that included recognisable words. The selected 20 character set is made up of "23456789CFGHJMPQRVWX". https://github.com/google/open-location-code/blob/master/doc... |
|