# Functions
Replaces special characters in a string so that it may be used as part of a 'pretty' URL.
Replaces non-ASCII characters with an ASCII approximation, or if none Transliterate("Ærøskøbing") => "AEroskobing" Rails documentation: http://api.rubyonrails.org/classes/ActiveSupport/Inflector.html#method-i-transliterate.