module Roda::RodaPlugins::MultibyteStringMatcher

def self.load_dependencies(app)

paths, which are submitted escaped.
Must load unescape_path plugin to decode multibyte
def self.load_dependencies(app)
  app.plugin :unescape_path
end