Fathers and Grandfathers

Fathers and Grandfathers (Russian: Отцы и деды) is a 1982 Soviet comedy film directed by Yuri Yegorov.[1][2][3]

Fathers and Grandfathers
Russian: Отцы и деды
Directed byYuri Yegorov
Written by
  • Arkadiy Inin
  • Yuri Yegorov
Starring
Music byMark Fradkin
CinematographyAleksandr Kovalchuk
Edited byYanina Bogolepova
CountrySoviet Union
LanguageRussian

Plot

The film tells about the full energy of a pensioner who decides to prove to everyone that his life has just begun.[4]

Cast

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`.

References

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