1 # Some versions of ruby seem to accidentally force the encoding
2 # as part of normalize_path and some don't
7 def normalize_path(path)
8 super(path).force_encoding("UTF-8")
14 ActionDispatch::Journey::Router::Utils.singleton_class.prepend(OpenStreetMap::Router::ForceEncoding)