Dundas, Ohio

Dundas is an unincorporated community in Vinton County, in the U.S. state of Ohio.[1]

History

Dundas had its start in 1857 when the railroad was extended to that point.[2] A post office called Dundas was established in 1856, and remained in operation until 1983.[3]

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

  1. U.S. Geological Survey Geographic Names Information System: Dundas, Ohio
  2. Tribe, Deanna L. (4 May 2015). Vinton County. Arcadia Publishing. p. 37. ISBN 978-1-4671-1381-6.
  3. "Vinton County". Jim Forte Postal History. Retrieved 9 December 2015.



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