Janin, Pomeranian Voivodeship
Janin [ˈjanin] (German: Janin) is a village in the administrative district of Gmina Starogard Gdański, within Starogard County, Pomeranian Voivodeship, in northern Poland.[1]
Janin | |
---|---|
Village | |
Janin | |
Coordinates: 54°1′55″N 18°31′16″E | |
Country | |
Voivodeship | Pomeranian |
County | Starogard |
Gmina | Gmina Starogard Gdański |
Population | 130 |
Geography
It lies approximately 8 kilometres (5 mi) north of Starogard Gdański and 38 km (24 mi) south of the regional capital Gdańsk.
History
For details of the history of the region, see History of Pomerania.
Demographics
The village has a population of 130.
gollark: <@111608748027445248> I should have fixed it, try now.
gollark: Also, parser combinators are sorely needed.
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.
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.