Update string.utils.php

This commit is contained in:
Namhyeon Go 2020-01-25 03:09:20 +09:00 committed by GitHub
parent 5995640f1c
commit 8a052b52b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ if(!check_function_exists("get_converted_string")) {
// normalize charset (UPPERCASE)
$from_charset = strtoupper($from_charset);
$to_charset = strtoupper($from_charset);
$to_charset = strtoupper($to_charset);
// test conditions
if($from_charset == $to_charset) {