Closed ghost closed 7 years ago
I have change this in my copy to use my font,it works.
strlen($phrase) => mb_strlen($phrase) $phrase[$i] => mb_substr($phrase, $i, 1)
OK, You mean that you want to be able to build CAPTCHAs using extended characters, right? Would you mind opening a PR for this?
@Gregwar
OK
I have change this in my copy to use my font,it works.
strlen($phrase) => mb_strlen($phrase) $phrase[$i] => mb_substr($phrase, $i, 1)