Yelan-Yelga

Yelan-Yelga (Russian: Елань-Елга) is a rural locality (a village) in Starotumbagushevsky Selsoviet, Sharansky District, Bashkortostan, Russia. The population was 26 as of 2010.[2] There is 1 street.

Yelan-Yelga

Елань-Елга
Village
Yelan-Yelga
Yelan-Yelga
Coordinates: 54°55′N 54°02′E[1]
CountryRussia
RegionBashkortostan
DistrictSharansky District
Time zoneUTC+5:00

Geography

It is located 17 km from Sharan, 10 km from Starotumbagushevo.

gollark: Well, hexadecimal is less likely to run into escaping/encoding weirdness.
gollark: Why not just stick the key in with the table metadata bit?
gollark: Troubling.
gollark: ```lualocal function unhexize(key) local out = {} for i = 1, #key, 2 do local pair = key:sub(i, i + 1) table.insert(out, tonumber(pair, 16)) end return outendlocal function hexize(key) local out = "" for _, v in pairs(key) do out = out .. string.format("%.2x", v) end return outend```
gollark: So you need to decode to that and back.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.