Mick Leonard (Australian footballer)

Mick Leonard (2 December 1914 – 23 May 1984) was an Australian rules footballer who played with South Melbourne in the Victorian Football League (VFL).[1]

Mick Leonard
Personal information
Full name Mick Leonard
Date of birth (1914-12-02)2 December 1914
Date of death 23 May 1984(1984-05-23) (aged 69)
Original team(s) Coburg
Height 175 cm (5 ft 9 in)
Weight 77 kg (170 lb)
Playing career1
Years Club Games (Goals)
1938–40 South Melbourne 27 (9)
1 Playing statistics correct to the end of 1940.
Sources: AFL Tables, AustralianFootball.com

Notes

  1. Holmesby, Russell; Main, Jim (2014). The Encyclopedia of AFL Footballers: every AFL/VFL player since 1897 (10th ed.). Seaford, Victoria: BAS Publishing. p. 510. ISBN 978-1-921496-32-5.
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.


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