Commit 4cfff404 authored by Viktor De Pasquale's avatar Viktor De Pasquale

Updated special chars to their full-width variants

Close #2219
parent 904948dc
......@@ -2,7 +2,7 @@ package com.topjohnwu.magisk.extensions
import android.content.res.Resources
val specialChars = arrayOf('!', '@', '#', '$', '%', '&', '?')
val specialChars = arrayOf('!', '@', '#', '$', '%', '&', '?')
fun String.replaceRandomWithSpecial(passes: Int): String {
var string = this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment