Bokondini Airport
Bokondini Airport (IATA: BUI, ICAO: WAJB) is an airport in Bokondini, Tolikara Regency, Papua, Indonesia.[1][2]
Bokondini Airport Bandar Udara Bokondini | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Summary | |||||||||||
Location | Bokondini, Tolikara Regency, Papua, Indonesia | ||||||||||
Elevation AMSL | 4,593 ft / 1,400 m | ||||||||||
Coordinates | 3.684660°S 138.680030°E | ||||||||||
Map | |||||||||||
Runways | |||||||||||
|
Airlines and destinations
Airlines | Destinations |
---|---|
Susi Air | Wamena |
gollark: What I need to do is make the escape bit handle `\uXXXX` sequences...
gollark: ```luafunction parseString(str) str = str:sub(2) local s = "" while str:sub(1,1) ~= "\"" do local next = str:sub(1,1) str = str:sub(2) assert(next ~= "\n", "Unclosed string") if next == "\\" then local escape = str:sub(1,1) str = str:sub(2) next = assert(decodeControls[next..escape], "Invalid escape character") end s = s .. next end return s, removeWhite(str:sub(2))end```
gollark: Okay, this is hand-rolled parsing code, I have no idea how it works.
gollark: *But* this is a bug in the JSON handling, which I should really fix *anyway*.
gollark: Ah, base64 should do it, yes.
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.