Dagny Servaes

Dagny Servaes (10 March 1894 – 10 July 1961) was a German-Austrian stage and film actress. In the theatre she appeared in the productions of Max Reinhardt[1] and Berthold Brecht. Servaes appeared in around sixty films during her career, initially in lead and later in supporting roles. One of her earliest screen performances was in the 1917 propaganda film Dr. Hart's Diary. She also voiced the character of the evil queen in a German language dub of Disney's Snow White and the Seven Dwarfs made for the Austrian market in 1938.

Dagny Servaes
Born(1894-03-10)10 March 1894
Died10 July 1961(1961-07-10) (aged 67)
OccupationFilm and stage actress
Years active19161958
RelativesReginald Servaes (cousin)

Personal life

Servaes was born in Berlin in the German Empire (present day Germany) to parents Martha (née Haese) and Franz Theodor Hubert Servaes.[2] She had with Erwin Goldarbeiter, a daughter, Evi Servaes, who also became an actress in movies and on stage. She had a brother, Roderich Servaes, whose son Arnim became a stage actor as well. Through her father, she was cousins with Vice Admiral Reginald Servaes. She is also distant cousins to English actor Tom Hiddleston.[2]

Selected filmography

Theatre

gollark: It should be okay with regexes or something non-turing-complete.
gollark: Hold on, I can probably make a much nicer one.
gollark: It's kind of bad.
gollark: ```python#!/bin/env python3chars = [chr(n) for n in range(126)]firstchar = chars[0]lastchar = chars[len(chars) - 1]def increment_char(character): return chr(ord(character) + 1)def old_increment_string(string_to_increment): reversed_string = list(reversed(string_to_increment)) # Reverse the string for easier work. for rindex, char in enumerate(reversed_string): if char == lastchar: # If we can't increment this char further, try the next ones. reversed_string[rindex] = firstchar # Set the current char back to the first one. reversed_string[rindex + 1] = increment_char(reversed_string[rindex + 1]) # Increment the next one along. else: # We only want to increment ONE char, unless we need to "carry". reversed_string[rindex] = increment_char(reversed_string[rindex]) break return ''.join(list(reversed(reversed_string)))def increment_string(to_increment): reversed_string = list(to_increment) # Reverse the string for easier work. for rindex, char in enumerate(reversed_string): if char == lastchar: # If we can't increment this char further, try the next ones. reversed_string[rindex] = firstchar # Set the current char back to the first one. reversed_string[rindex + 1] = increment_char(reversed_string[rindex + 1]) # Increment the next one along. else: # We only want to increment ONE char, unless we need to "carry". reversed_string[rindex] = increment_char(reversed_string[rindex]) break return ''.join(list(reversed_string))def string_generator(): length = 0 while 1: length += 1 string = chars[0] * length while True: try: string = increment_string(string) except IndexError: # Incrementing has gone out of the char array, move onto next length break yield string```
gollark: Except it enumerates all possible ASCII strings instead.

References

  1. Styan p.89
  2. "De stomboom van Franz Joseph J. Servaes >> Stamboom Servaes Neuss/Dusseldorf". Genealogie Online. Archived from the original on 8 May 2014. Retrieved 8 May 2014.

Bibliography

  • Prawer, S. S. Between Two Worlds: The Jewish Presence in German and Austrian Film, 1910-1933. Berghahn Books, 2005.
  • Styan, J. L. Max Reinhardt . CUP Archive, 1982.


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