private def typographicallyEncode()

in migrator/src/main/scala/com/gu/pathmanager/ShortUrlEncoder.scala [28:30]


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