private def typographicallyDecode()

in migrator/src/main/scala/com/gu/pathmanager/ShortUrlEncoder.scala [32:34]


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