Omar Hermansen

Svend Omar Hermansen (September 14, 1913 February 16, 1998) was a Danish boxer who competed in the 1936 Summer Olympics. He was born in Ringsted. In 1936 he was eliminated in the second round of the heavyweight class after losing his fight to the upcoming silver medalist Guillermo Lovell.

1936 Olympic results

Below is the record of Omar Hermansen, a Danish heavyweight boxer who competed at the 1936 Berlin Olympics:

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.

References


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