private def typographicallyDecode()

in path-manager/app/services/ShortUrlEncoder.scala [32:34]


  private def typographicallyDecode(text: String) = {
    replaceChars(text.toLowerCase, SAFE_CHARS, UNSAFE_CHARS)
  }