Frank Bucher

Frank H. Bucher (December 19, 1900 – March 1970) was a football player from Fairport, New York. He played during the early years of the National Football League for the Pottsville Maroons from 1925-1926. In 1925 Bucher helped the Maroons win the NFL Championship, before it was stripped from the team due to a disputed rules violation.

Frank Bucher
No. 9 (1925), 8 (1926)[1]
Position:End
Personal information
Born:(1900-12-19)December 19, 1900
Fairport, New York, United States
Died:March 1970 (aged 70)
Height:5 ft 11 in (1.80 m)
Weight:190 lb (86 kg)
Career information
College:University of Detroit Mercy
Career history
Player stats at PFR

Notes

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.
gollark: Ah, *this* is the problem! The parser is primitive and does not support `\uxxxx`.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.