Nothing Less Than a Real Man

Nothing Less Than a Real Man (Spanish: Nada menos que todo un hombre) is a 1972 Spanish drama film directed by Rafael Gil and starring Analía Gadé, Francisco Rabal and Ángel del Pozo.[1] It is based on Miguel de Unamuno's 1916 novel of the same name.

Nothing Less Than a Real Man
Directed byRafael Gil
Written byRafael Gil
Miguel de Unamuno
Music byManuel Parada
CinematographyJosé F. Aguayo
Production
company
Coral Producciones Cinematográficas
Distributed byParamount Films de España
Release date
14 February 1972
Running time
95 minutes
CountrySpain
LanguageSpanish

Cast

gollark: What scripts idea? Also, do I have to rename all potatOS `ecc.lua` things now?
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```

References

  1. Bentley p.205

Bibliography

  • Bentley, Bernard. A Companion to Spanish Cinema. Boydell & Brewer 2008.


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