First Snowfall

First Snowfall (Italian: La prima neve) is a 2013 Italian drama film directed by Andrea Segre.[1] The film premiered in competition at the 70th Venice International Film Festival.[2]

First Snowfall
Directed byAndrea Segre
Music byPiccola Bottega Baltazar
CinematographyLuca Bigazzi
Running time
104 minutes

Cast

gollark: This code here is for label handling, I think.
gollark: Is this based on chars or bytes?
gollark: ```java public static String normaliseLabel( String label ) { if( label == null ) return null; int length = Math.min( 32, label.length() ); StringBuilder builder = new StringBuilder( length ); for( int i = 0; i < length; i++ ) { char c = label.charAt( i ); if( (c >= ' ' && c <= '~') || (c >= 161 && c <= 172) || (c >= 174 && c <= 255) ) { builder.append( c ); } else { builder.append( '?' ); } } return builder.toString();}```
gollark: It doesn't seem to be.
gollark: Also, what are the restrictions on them? I ask because I want to use this as an insane serial protocol.

References

  1. Jay Weissberg (October 28, 2013). "Review: 'First Snowfall'". Variety. Retrieved 22 April 2014.
  2. Ilaria Rebecchi (September 6, 2013). "La prima neve: paternità e montagna nel film di Andrea Segre". La Repubblica. Retrieved 22 April 2014.

See also

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