Threlfall Baines

Threlfall Werge Talbot Baines (20 June 1908 – 8 May 1994) was a South African first-class cricketer active from 1925 to 1937 who played for Cambridge University, Eastern Province and Transvaal. He was born in Johannesburg and died in Western Cape. He appeared in 20 first-class matches.[1] Threlfall Baines on cricinfoHis cousin, Michael Baines, was also a first-class cricketer.

Notes

gollark: I don't know exactly what it does.
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.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.