1986 International Open
The 1986 BCE International Open was a professional ranking snooker tournament that took place from September to October 1986 at Trentham Gardens in Stoke-on-Trent, England.[1]
Tournament information | |
---|---|
Dates | 26 September–5 October 1986 |
Venue | Trentham Gardens |
City | Stoke-on-Trent |
Country | England |
Organisation(s) | WPBSA |
Format | Ranking event |
Winner's share | £35,000 |
Final | |
Champion | |
Runner-up | |
Score | 12–9 |
← 1985 1987 → |
Neal Foulds won his only ranking title by defeating Cliff Thorburn 12–9 in the final.[2] Foulds defeated his father, Geoff, 5–0 in 70 minutes in their last-32 match. This is the only time a father and son have faced each other in a ranking event.[3] Additionally, Peter Francisco beat his uncle Silvinho in the quarter finals.
Main draw
gollark: Yes, I got that much.
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();}```
References
- Hayton, Eric. Cuesport Book of Professional Snooker. p. 153.
- "International Open, Goya Matchroom Trophy". Chris Turner's Snooker Archive. Archived from the original on 16 February 2012. Retrieved 27 February 2018.
- "On this Week". Eurosport. 14 September 2009. Retrieved 8 April 2019.
- "International". Snooker Scene. Archived from the original on 24 January 2013. Retrieved 27 February 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.