private def typographicallyEncode()

in path-manager/app/services/ShortUrlEncoder.scala [28:30]


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