We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250084f commit bdf2672Copy full SHA for bdf2672
lib/private/legacy/OC_Util.php
@@ -1064,10 +1064,6 @@ public static function getTheme() {
1064
* @return bool|string
1065
*/
1066
public static function normalizeUnicode($value) {
1067
- if (Normalizer::isNormalized($value)) {
1068
- return $value;
1069
- }
1070
-
1071
$normalizedValue = Normalizer::normalize($value);
1072
if ($normalizedValue === null || $normalizedValue === false) {
1073
\OC::$server->getLogger()->warning('normalizing failed for "' . $value . '"', ['app' => 'core']);
0 commit comments