crlib: fix uppercase un utf8tools.

This commit is contained in:
ds 2020-09-13 16:18:21 +03:00
commit b10b3ef352
2 changed files with 3 additions and 3 deletions

View file

@ -1129,7 +1129,7 @@ public:
break;
}
}
return result;
return result.uppercase ();
}
};